aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-10 22:33:44 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-10 22:33:44 +0800
commitc7407d31e0815768c27ad88c0e23d1aa4f5afad6 (patch)
treea5c493b516956cdfb5aa438a42064ca5cc55b91c /templates
parentrender_readme: Use GitHub-flavored markdown (diff)
downloadforge-c7407d31e0815768c27ad88c0e23d1aa4f5afad6.tar.gz
forge-c7407d31e0815768c27ad88c0e23d1aa4f5afad6.tar.zst
forge-c7407d31e0815768c27ad88c0e23d1aa4f5afad6.zip
index: Categories -> groups again
Diffstat (limited to '')
-rw-r--r--templates/index.html.tmpl6
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 &ndash; Lindenii Forge</title>
+ <title>Groups &ndash; 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>