From c916e1854f36c22209987dcf7cb32c9feb811b22 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Feb 2025 11:56:21 +0800 Subject: *: Make the forge title configurable --- templates/repo_index.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/repo_index.html.tmpl') diff --git a/templates/repo_index.html.tmpl b/templates/repo_index.html.tmpl index 14d2a5d..806ceda 100644 --- a/templates/repo_index.html.tmpl +++ b/templates/repo_index.html.tmpl @@ -3,7 +3,7 @@ {{ template "head_common" . }} - {{ .group_name }}/repos/{{ .repo_name }} – Lindenii Forge + {{ .group_name }}/repos/{{ .repo_name }} – {{ .global.forge_title }} {{ template "header" . }} @@ -11,7 +11,7 @@ - + @@ -37,7 +37,7 @@
Repo InfoRepo info
- + -- cgit v1.2.3