From 43bcb5c6b6e7233a33af9ffbd6e755f5a7279613 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 19:30:53 +0800 Subject: [PATCH] *.html: Add "– Lindenii Forge" to the title --- templates/category_index.html | 2 +- templates/index.html | 2 +- templates/repo_index.html | 2 +- templates/repo_tree_dir.html | 2 +- templates/repo_tree_file.html | 2 +- diff --git a/templates/category_index.html b/templates/category_index.html index 6ee729e9f32d60178d4d8a7543b90853e70b8948..7f206a45960359435211370c74793c1e45015d0d 100644 --- a/templates/category_index.html +++ b/templates/category_index.html @@ -3,7 +3,7 @@ {{ template "head_common" . }} - {{ .category_name }} + {{ .category_name }} – Lindenii Forge
diff --git a/templates/index.html b/templates/index.html index cbf701204cbe556c3bb20ae15c315970329a8f01..7ced7683900fe63baa912e3aca33685521d6144f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@ {{ template "head_common" . }} - Forge + Categories – Lindenii Forge
diff --git a/templates/repo_index.html b/templates/repo_index.html index fc2ac518b38d4fcf517f81902515d95b0d44aa5a..ec937a0284210988594289951f2222d6c1fd4511 100644 --- a/templates/repo_index.html +++ b/templates/repo_index.html @@ -3,7 +3,7 @@ {{ template "head_common" . }} - {{ .category_name }}/repos/{{ .repo_name }} + {{ .category_name }}/repos/{{ .repo_name }} – Lindenii Forge
diff --git a/templates/repo_tree_dir.html b/templates/repo_tree_dir.html index 609d17ebadbdb6e47eceb4aa2d6b557b592ace27..1306167fc2e6ee1b68d03353f64c4e4ea60b273e 100644 --- a/templates/repo_tree_dir.html +++ b/templates/repo_tree_dir.html @@ -3,7 +3,7 @@ {{ template "head_common" . }} - {{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }} + {{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }} – Lindenii Forge
diff --git a/templates/repo_tree_file.html b/templates/repo_tree_file.html index cd511080ebf4251c9f4f01222d2fcc54afa11550..26c8eef2645da148a3c3179e1adc965a356bb038 100644 --- a/templates/repo_tree_file.html +++ b/templates/repo_tree_file.html @@ -4,7 +4,7 @@ {{ template "head_common" . }} - {{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }} + {{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }} – Lindenii Forge

-- 2.48.1