about summary refs log tree commit diff
path: root/ui-shared.c
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-12 07:03:11 +0100
committerRory& <root@rory.gay>2025-03-12 07:03:11 +0100
commitefa4b11f7bd90faa88c4f822ed990564f10f3687 (patch)
tree05a1c7d0f9eecaa229b53ab2fb6d1dc56e65e7aa /ui-shared.c
parentFix changes after rebasing on upstream cgit (diff)
downloadcgit-magenta-1.5.0.tar.xz
CGit-magenta 1.5.0
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 7eb7fc8..9927c9b 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.causal.agency/cgit-pink/about/'>cgit-pink %s</a> " + htmlf("<div class='footer'>generated by <a href='https://cgit.rory.gay/cgit-magenta.git/about/'>cgit-magenta %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");