aboutsummaryrefslogtreecommitdiff
path: root/templates/repo-header.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-27 08:00:00 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-27 08:00:00 +0800
commit61fcfac541fe2271c052771b1c33b7511efb75bb (patch)
tree70b4eb7fdf5b2d7bb17c09c9a5060b2ad79813b6 /templates/repo-header.html
parentAdd myself to LICENSE (diff)
downloadlegitrx-61fcfac541fe2271c052771b1c33b7511efb75bb.tar.gz
legitrx-61fcfac541fe2271c052771b1c33b7511efb75bb.tar.zst
legitrx-61fcfac541fe2271c052771b1c33b7511efb75bb.zip
Indent the HTML with tabs
Diffstat (limited to 'templates/repo-header.html')
-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 0420da7..e0b293a 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; {{ .displayname }}
- {{ if .ref }}
- <span class="ref">@ {{ .ref }}</span>
- {{ end }}
- </h2>
- <h3 class="desc">{{ .desc }}</h3>
+ <h2>
+ <a href="/">all repos</a>
+ &mdash; {{ .displayname }}
+ {{ if .ref }}
+ <span class="ref">@ {{ .ref }}</span>
+ {{ end }}
+ </h2>
+ <h3 class="desc">{{ .desc }}</h3>
</header>
{{ end }}