diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 20:02:55 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 20:02:55 +0800 |
commit | bcccf57160fb87925f311578ce5ad8a66c6a29de (patch) | |
tree | 58b92050299f81cc634c4aa21ceae879c6026579 /templates/group_repos.html.tmpl | |
parent | *.go: Linting (diff) | |
download | forge-bcccf57160fb87925f311578ce5ad8a66c6a29de.tar.gz forge-bcccf57160fb87925f311578ce5ad8a66c6a29de.tar.zst forge-bcccf57160fb87925f311578ce5ad8a66c6a29de.zip |
*.html: Fix body class
Diffstat (limited to 'templates/group_repos.html.tmpl')
-rw-r--r-- | templates/group_repos.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/group_repos.html.tmpl b/templates/group_repos.html.tmpl index 7d39ea9..f24ce97 100644 --- a/templates/group_repos.html.tmpl +++ b/templates/group_repos.html.tmpl @@ -5,7 +5,7 @@ {{ template "head_common" . }} <title>Repos in {{ .group_name }} – Lindenii Forge</title> </head> - <body class="group-index"> + <body class="group-repos"> <div class="padding-wrapper"> <h1> Repos in {{ .group_name }} |