From 7ec4477c9a03ae236bea6ff21b0c58b1c225616e Mon Sep 17 00:00:00 2001
From: RunasSudo <runassudo@yingtongli.me>
Date: Fri, 16 May 2025 14:48:04 +1000
Subject: [PATCH] Update footer to link to cgit-yli-theme repo

---
 themed/base.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/themed/base.html b/themed/base.html
index 9dd65a5..1f52b12 100644
--- a/themed/base.html
+++ b/themed/base.html
@@ -131,7 +131,11 @@
 			<div class="max-w-[1280px] mx-auto py-4">
 				<div class="text-sm text-gray-500">
 					{# cgit footer #}
-					generated by <a href="https://git.zx2c4.com/cgit/about/" class="hover:text-blue-600 hover:underline">cgit {{ cgit_version }}</a> (<a href="https://git-scm.com/" class="hover:text-blue-600 hover:underline">git {{ git_version_string }}</a>) at
+					generated by
+					<a href="https://git.zx2c4.com/cgit/about/" class="hover:text-blue-600 hover:underline">cgit</a>
+					(<a href="https://yingtongli.me/git/cgit-yli-theme" class="hover:text-blue-600 hover:underline">cgit-yli-theme {{ cgit_version }}</a>,
+					<a href="https://git-scm.com/" class="hover:text-blue-600 hover:underline">git {{ git_version_string }}</a>)
+					at
 					{{ show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601)) }}
 				</div>
 			</div>