aboutsummaryrefslogtreecommitdiff
path: root/templates/category_repos.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-10 22:05:53 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-10 22:05:53 +0800
commit311befc9ba95b2d2f7db7a5efa2f912a5fa85879 (patch)
tree8700ce204fb4cbc38ee9791b4a5711fde5ccaffd /templates/category_repos.html
parentfooter.html: Add link to Lindenii Forge (diff)
downloadforge-311befc9ba95b2d2f7db7a5efa2f912a5fa85879.tar.gz
forge-311befc9ba95b2d2f7db7a5efa2f912a5fa85879.tar.zst
forge-311befc9ba95b2d2f7db7a5efa2f912a5fa85879.zip
*.html.tmpl: Rename from *.html
Diffstat (limited to 'templates/category_repos.html')
-rw-r--r--templates/category_repos.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/templates/category_repos.html b/templates/category_repos.html
deleted file mode 100644
index 917b62e..0000000
--- a/templates/category_repos.html
+++ /dev/null
@@ -1,26 +0,0 @@
-{{- define "group_repos" -}}
-<!DOCTYPE html>
-<html>
- <head>
- {{ template "head_common" . }}
- <title>Repos in {{ .group_name }} &ndash; Lindenii Forge</title>
- </head>
- <body class="group-index">
- <div class="padding-wrapper">
- <h1>
- Repos in {{ .group_name }}
- </h1>
- <ul>
- {{- range .repos }}
- <li>
- <a href="{{ . }}/">{{ . }}</a>
- </li>
- {{- end }}
- </ul>
- </div>
- <footer>
- {{ template "footer" . }}
- </footer>
- </body>
-</html>
-{{- end -}}