From 43bcb5c6b6e7233a33af9ffbd6e755f5a7279613 Mon Sep 17 00:00:00 2001
From: Runxi Yu <me@runxiyu.org>
Date: Mon, 10 Feb 2025 19:30:53 +0800
Subject: *.html: Add "&ndash; Lindenii Forge" to the title

---
 templates/repo_tree_file.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'templates/repo_tree_file.html')

diff --git a/templates/repo_tree_file.html b/templates/repo_tree_file.html
index cd51108..26c8eef 100644
--- a/templates/repo_tree_file.html
+++ b/templates/repo_tree_file.html
@@ -4,7 +4,7 @@
 	<head>
 		{{ template "head_common" . }}
 		<link rel="stylesheet" href="/static/chroma.css" />
-		<title>{{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }}</title>
+		<title>{{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }} &ndash; Lindenii Forge</title>
 	</head>
 	<body class="repo-tree-file">
 		<p>
-- 
cgit v1.2.3