Update footer to link to cgit-yli-theme repo

This commit is contained in:
RunasSudo 2025-05-16 14:48:04 +10:00
parent 3dd92de14e
commit 7ec4477c9a
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A

View File

@ -131,7 +131,11 @@
<div class="max-w-[1280px] mx-auto py-4"> <div class="max-w-[1280px] mx-auto py-4">
<div class="text-sm text-gray-500"> <div class="text-sm text-gray-500">
{# cgit footer #} {# 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)) }} {{ show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601)) }}
</div> </div>
</div> </div>