diff --git a/app/templates/base/page.html b/app/templates/base/page.html index 4c0ef02..cf745af 100644 --- a/app/templates/base/page.html +++ b/app/templates/base/page.html @@ -2,7 +2,7 @@ - {{template "title" .}} + RetroGit {{template "title" .}} diff --git a/app/templates/digest-admin.html b/app/templates/digest-admin.html index 24f2ec5..43c93f9 100644 --- a/app/templates/digest-admin.html +++ b/app/templates/digest-admin.html @@ -1,4 +1,4 @@ -{{define "title"}}RetroGit Admin{{end}} +{{define "title"}}Admin{{end}} {{define "body"}} diff --git a/app/templates/digest-page.html b/app/templates/digest-page.html index 1e35c74..204f98d 100644 --- a/app/templates/digest-page.html +++ b/app/templates/digest-page.html @@ -1,4 +1,4 @@ -{{define "title"}}RetroGit - Digest for {{.Digest.User.Login}}{{end}} +{{define "title"}}Digest for {{.Digest.User.Login}}{{end}} {{define "body"}} diff --git a/app/templates/index-signed-out.html b/app/templates/index-signed-out.html index 78cc0a8..13ccb88 100644 --- a/app/templates/index-signed-out.html +++ b/app/templates/index-signed-out.html @@ -1,4 +1,4 @@ -{{define "title"}}RetroGit{{end}} +{{define "title"}}{{end}} {{define "body"}} diff --git a/app/templates/index.html b/app/templates/index.html index 1b972ae..08d0f95 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,4 +1,4 @@ -{{define "title"}}RetroGit{{end}} +{{define "title"}}{{end}} {{define "body"}} diff --git a/app/templates/settings.html b/app/templates/settings.html index 7532f47..3afc279 100644 --- a/app/templates/settings.html +++ b/app/templates/settings.html @@ -1,4 +1,4 @@ -{{define "title"}}RetroGit - Settings{{end}} +{{define "title"}}Settings{{end}} {{define "repo"}}