diff options
Diffstat (limited to 'templates')
-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> |