diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 20:01:09 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 20:01:09 +0800 |
commit | d0cf88cfc3d2c328f9e398ba94a770141f3a7be4 (patch) | |
tree | 8734557044fa622fdc71290453484429746fe3ed /templates/category_index.html | |
parent | repo_{index,tree_dir}.html, style.css: Darker table title row (diff) | |
download | forge-d0cf88cfc3d2c328f9e398ba94a770141f3a7be4.tar.gz forge-d0cf88cfc3d2c328f9e398ba94a770141f3a7be4.tar.zst forge-d0cf88cfc3d2c328f9e398ba94a770141f3a7be4.zip |
category_index -> category_repos
Diffstat (limited to 'templates/category_index.html')
-rw-r--r-- | templates/category_index.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/category_index.html b/templates/category_index.html deleted file mode 100644 index 7f206a4..0000000 --- a/templates/category_index.html +++ /dev/null @@ -1,23 +0,0 @@ -{{- define "category_index" -}} -<!DOCTYPE html> -<html> - <head> - {{ template "head_common" . }} - <title>{{ .category_name }} – Lindenii Forge</title> - </head> - <body class="category-index"> - <div class="padding-wrapper"> - <h1> - Repos in {{ .category_name }} - </h1> - <ul> - {{- range .repos }} - <li> - <a href="repos/{{ . }}/">{{ . }}</a> - </li> - {{- end }} - </ul> - </div> - </body> -</html> -{{- end -}} |