summaryrefslogtreecommitdiff
path: root/ui-shared.c
diff options
context:
space:
mode:
authorElis Eriksson <spelis.tech@gmail.com>2026-06-21 23:38:52 +0200
committerElis Eriksson <spelis.tech@gmail.com>2026-06-21 23:38:52 +0200
commit5409b229444bb1ea7a1ec99a5e08e091d702e7d9 (patch)
tree75b0548f9800a4fc28d1f72a9de99cfc3c870e65 /ui-shared.c
parenta2a39cb2287a29767fa3bc98d05f01430c668362 (diff)
downloadcgit-5409b229444bb1ea7a1ec99a5e08e091d702e7d9.tar
cgit-5409b229444bb1ea7a1ec99a5e08e091d702e7d9.tar.gz
cgit-5409b229444bb1ea7a1ec99a5e08e091d702e7d9.tar.bz2
cgit-5409b229444bb1ea7a1ec99a5e08e091d702e7d9.tar.lz
cgit-5409b229444bb1ea7a1ec99a5e08e091d702e7d9.tar.xz
cgit-5409b229444bb1ea7a1ec99a5e08e091d702e7d9.tar.zst
cgit-5409b229444bb1ea7a1ec99a5e08e091d702e7d9.zip
mostly just css updates, the rest i completely forgot lmao
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c
index dffa206..b743d75 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -877,7 +877,7 @@ void cgit_print_docend(void)
if (ctx.cfg.footer)
html_include(ctx.cfg.footer);
else {
- htmlf("<div class='footer'>generated by <a href='https://git.spelis.projnull.eu/spelis/cgit'>cgit</a> (<a href='https://git.zx2c4.com/cgit/about/'>orig</a>) ");
+ htmlf("<div class='footer'>generated by <a href='https://git.spelis.li/spelis/cgit'>cgit</a> (<a href='https://git.zx2c4.com/cgit/about/'>orig</a>) ");
html_txt(show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601)));
html("</div>\n");
}