From bcccf57160fb87925f311578ce5ad8a66c6a29de Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 20:02:55 +0800 Subject: [PATCH] *.html: Fix body class --- templates/group_repos.html.tmpl | 2 +- templates/repo_log.html.tmpl | 2 +- templates/repo_raw_dir.html.tmpl | 2 +- diff --git a/templates/group_repos.html.tmpl b/templates/group_repos.html.tmpl index 7d39ea9d779a49fb8aa20c52cf4fce263a8b4f92..f24ce9796d71d527ba224888c1c35dadaafa5ad8 100644 --- a/templates/group_repos.html.tmpl +++ b/templates/group_repos.html.tmpl @@ -5,7 +5,7 @@ {{ template "head_common" . }} Repos in {{ .group_name }} – Lindenii Forge - +

Repos in {{ .group_name }} diff --git a/templates/repo_log.html.tmpl b/templates/repo_log.html.tmpl index 74b9c3f4b0f947d5870c0ace578ccd3ebe52932b..898a84a35d9bdb220b876471de15cd75aff801b5 100644 --- a/templates/repo_log.html.tmpl +++ b/templates/repo_log.html.tmpl @@ -5,7 +5,7 @@ {{ template "head_common" . }} Log of {{ .group_name }}/repos/{{ .repo_name }} – Lindenii Forge - + diff --git a/templates/repo_raw_dir.html.tmpl b/templates/repo_raw_dir.html.tmpl index 6574ed42e974ab6b3552b36f9692bba48cf345c5..3dcb8a6b3be31c7986d2ac5dc87d9a7e9a2f3c75 100644 --- a/templates/repo_raw_dir.html.tmpl +++ b/templates/repo_raw_dir.html.tmpl @@ -5,7 +5,7 @@ {{ template "head_common" . }} {{ .group_name }}/repos/{{ .repo_name }}/{{ .path_spec }}{{ if ne .path_spec "" }}/{{ end }} – Lindenii Forge - +
-- 2.48.1