From 6d4d140058af748b03ce808a2bd4463ded2ec058 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 23:55:26 +0800 Subject: *.html: Add a simple repo header --- templates/_repo_header.html.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/_repo_header.html.tmpl (limited to 'templates/_repo_header.html.tmpl') diff --git a/templates/_repo_header.html.tmpl b/templates/_repo_header.html.tmpl new file mode 100644 index 0000000..1dd14f9 --- /dev/null +++ b/templates/_repo_header.html.tmpl @@ -0,0 +1,7 @@ +{{- define "repo_header" -}} +{{ .group_name }} +/ +repos +/ +{{ .repo_name }} +{{- end -}} -- cgit v1.2.3