mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Drop site name from titles now that it's in the header.
This commit is contained in:
parent
2804ba82f1
commit
1f239cfd10
6 changed files with 6 additions and 6 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{{define "title"}}RetroGit Admin{{end}}
|
||||
{{define "title"}}Admin{{end}}
|
||||
|
||||
{{define "body"}}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{{define "title"}}RetroGit - Digest for {{.Digest.User.Login}}{{end}}
|
||||
{{define "title"}}Digest for {{.Digest.User.Login}}{{end}}
|
||||
|
||||
{{define "body"}}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{{define "title"}}RetroGit{{end}}
|
||||
{{define "title"}}{{end}}
|
||||
|
||||
{{define "body"}}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{{define "title"}}RetroGit{{end}}
|
||||
{{define "title"}}{{end}}
|
||||
|
||||
{{define "body"}}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{{define "title"}}RetroGit - Settings{{end}}
|
||||
{{define "title"}}Settings{{end}}
|
||||
|
||||
{{define "repo"}}
|
||||
<li class="repo {{.TypeAsClassName}}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue