From e4d12fc667c9830dd5f08f827b2a70adff58a09b Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 18 Dec 2022 10:42:18 +0530 Subject: templates: unified repo-header --- templates/repo-header.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/repo-header.html (limited to 'templates/repo-header.html') diff --git a/templates/repo-header.html b/templates/repo-header.html new file mode 100644 index 0000000..dd84875 --- /dev/null +++ b/templates/repo-header.html @@ -0,0 +1,12 @@ +{{ define "repoheader" }} +
+

+ all repos + — {{ .name }} + {{ if .ref }} + @ {{ .ref }} + {{ end }} +

+

{{ .desc }}

+
+{{ end }} -- cgit