diff options
Diffstat (limited to 'templates/repo-header.html')
-rw-r--r-- | templates/repo-header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo-header.html b/templates/repo-header.html index f358278..fae5525 100644 --- a/templates/repo-header.html +++ b/templates/repo-header.html @@ -1,12 +1,12 @@ {{ define "repoheader" }} <header> <h2> - <a href="/">all repos</a> - — {{ .name }} + <a href="/">all repos</a> + — {{ .repo }} {{ if .ref }} <span class="ref">@ {{ .ref }}</span> {{ end }} </h2> <h3 class="desc">{{ .desc }}</h3> </header> -{{ end }} +{{ end }}
\ No newline at end of file |