diff options
Diffstat (limited to 'templates/repo-header.html')
-rw-r--r-- | templates/repo-header.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/repo-header.html b/templates/repo-header.html index e0b293a..7be2d65 100644 --- a/templates/repo-header.html +++ b/templates/repo-header.html @@ -1,10 +1,9 @@ {{ define "repoheader" }} <header> <h2> - <a href="/">all repos</a> - — {{ .displayname }} + <a href="/">all repos</a> — {{ .displayname }} {{ if .ref }} - <span class="ref">@ {{ .ref }}</span> + <span class="ref">@ {{ .ref }}</span> {{ end }} </h2> <h3 class="desc">{{ .desc }}</h3> |