diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 22:33:44 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 22:33:44 +0800 |
commit | c7407d31e0815768c27ad88c0e23d1aa4f5afad6 (patch) | |
tree | a5c493b516956cdfb5aa438a42064ca5cc55b91c /templates | |
parent | render_readme: Use GitHub-flavored markdown (diff) | |
download | forge-c7407d31e0815768c27ad88c0e23d1aa4f5afad6.tar.gz forge-c7407d31e0815768c27ad88c0e23d1aa4f5afad6.tar.zst forge-c7407d31e0815768c27ad88c0e23d1aa4f5afad6.zip |
index: Categories -> groups again
Diffstat (limited to '')
-rw-r--r-- | templates/index.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index 3f08355..5e0b427 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -3,15 +3,15 @@ <html> <head> {{ template "head_common" . }} - <title>Categories – Lindenii Forge</title> + <title>Groups – Lindenii Forge</title> </head> <body class="index"> <div class="padding-wrapper"> <h1> - Categories + Groups </h1> <ul> - {{- range .categories }} + {{- range .groups }} <li> <a href="g/{{ . }}/repos/">{{ . }}</a> </li> |