the repository which powers this website
Update footer to link to cgit-yli-theme repo
| -rw-r--r-- | themed/base.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themed/base.html b/themed/base.html index 9dd65a5f..1f52b127 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> |