From 0a5f821f78425d97c0797803e57aa2c2d6f982da Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 13:46:50 +0800 Subject: category_index: Add a repo index for each category --- templates/category_index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/category_index.html (limited to 'templates') diff --git a/templates/category_index.html b/templates/category_index.html new file mode 100644 index 0000000..1ae0c64 --- /dev/null +++ b/templates/category_index.html @@ -0,0 +1,20 @@ +{{- define "category_index" -}} + + + + +{{ .category_name }} + + +
+ +
+ + +{{- end -}} -- cgit v1.2.3