about summary refs log tree commit diff
path: root/ui-shared.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-13 20:20:07 -0500
committerRory& <root@rory.gay>2026-02-06 14:09:56 +0100
commit9cf2b347ca090a9995038be471d90447ca9ec08e (patch)
tree1bc08664ae47025c6470ac0368c8798ba589faaf /ui-shared.c
parentRemove Lua support (diff)
downloadcgit-magenta-9cf2b347ca090a9995038be471d90447ca9ec08e.tar.xz
Update information for fork
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 32ac6d2..e9b29d2 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.zx2c4.com/cgit/about/'>cgit %s</a> " + htmlf("<div class='footer'>generated by <a href='https://git.causal.agency/cgit-pink/about/'>cgit-pink %s</a> " "(<a href='https://git-scm.com/'>git %s</a>) at ", cgit_version, git_version_string); html_txt(show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601))); html("</div>\n");