aboutsummaryrefslogtreecommitdiff
path: root/templates/repo.html
diff options
context:
space:
mode:
authorAnirudh Oppiliappan <x@icyphox.sh>2022-12-18 10:42:18 +0530
committerAnirudh Oppiliappan <x@icyphox.sh>2022-12-18 10:42:18 +0530
commite4d12fc667c9830dd5f08f827b2a70adff58a09b (patch)
treec052c87caf09ddc785c1a86454aeee00dcfcf774 /templates/repo.html
parentgit, templates: diff view (diff)
downloadlegitrx-e4d12fc667c9830dd5f08f827b2a70adff58a09b.tar.gz
legitrx-e4d12fc667c9830dd5f08f827b2a70adff58a09b.tar.zst
legitrx-e4d12fc667c9830dd5f08f827b2a70adff58a09b.zip
templates: unified repo-header
Diffstat (limited to 'templates/repo.html')
-rw-r--r--templates/repo.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/repo.html b/templates/repo.html
index 3b5d2b0..2e87b07 100644
--- a/templates/repo.html
+++ b/templates/repo.html
@@ -7,13 +7,8 @@
</title>
{{ template "head" . }}
- <header>
- <h2>
- <a href="/">all repos</a>
- &mdash; {{ .name }}
- </h2>
- <h3 class="desc">{{ .desc }}</h3>
- </header>
+{{ template "repoheader" . }}
+
<body>
{{ template "nav" . }}
<main>