aboutsummaryrefslogtreecommitdiff
path: root/templates/repo-header.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/repo-header.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/repo-header.html b/templates/repo-header.html
index f358278..38be1cc 100644
--- a/templates/repo-header.html
+++ b/templates/repo-header.html
@@ -1,12 +1,12 @@
{{ define "repoheader" }}
<header>
- <h2>
- <a href="/">all repos</a>
- &mdash; {{ .name }}
- {{ if .ref }}
- <span class="ref">@ {{ .ref }}</span>
- {{ end }}
- </h2>
- <h3 class="desc">{{ .desc }}</h3>
+ <h2>
+ <a href="/">all repos</a>
+ &mdash; {{ .name }}
+ {{ if .ref }}
+ <span class="ref">@ {{ .ref }}</span>
+ {{ end }}
+ </h2>
+ <h3 class="desc">{{ .desc }}</h3>
</header>
{{ end }}