Drop site name from titles now that it's in the header.

This commit is contained in:
Mihai Parparita 2014-10-19 23:41:32 -07:00
parent 2804ba82f1
commit 1f239cfd10
6 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>{{template "title" .}}</title>
<title>RetroGit {{template "title" .}}</title>
<meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=no">
<link rel="stylesheet" href="/static/main.css">
<link rel="stylesheet" href="/static/octicons/octicons.css">

View file

@ -1,4 +1,4 @@
{{define "title"}}RetroGit Admin{{end}}
{{define "title"}}Admin{{end}}
{{define "body"}}

View file

@ -1,4 +1,4 @@
{{define "title"}}RetroGit - Digest for {{.Digest.User.Login}}{{end}}
{{define "title"}}Digest for {{.Digest.User.Login}}{{end}}
{{define "body"}}

View file

@ -1,4 +1,4 @@
{{define "title"}}RetroGit{{end}}
{{define "title"}}{{end}}
{{define "body"}}

View file

@ -1,4 +1,4 @@
{{define "title"}}RetroGit{{end}}
{{define "title"}}{{end}}
{{define "body"}}

View file

@ -1,4 +1,4 @@
{{define "title"}}RetroGit - Settings{{end}}
{{define "title"}}Settings{{end}}
{{define "repo"}}
<li class="repo {{.TypeAsClassName}}">