diff options
Diffstat (limited to 'ui-shared.c')
-rw-r--r-- | ui-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c index 225a363..72a1505 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -835,7 +835,7 @@ void cgit_print_docend(void) | |||
835 | if (ctx.cfg.footer) | 835 | if (ctx.cfg.footer) |
836 | html_include(ctx.cfg.footer); | 836 | html_include(ctx.cfg.footer); |
837 | else { | 837 | else { |
838 | htmlf("<div class='footer'>generated by <a href='https://git.zx2c4.com/cgit/about/'>cgit %s</a> " | 838 | htmlf("<div class='footer'>generated by <a href='https://git.causal.agency/cgit-pink/about/'>cgit-pink %s</a> " |
839 | "(<a href='https://git-scm.com/'>git %s</a>) at ", cgit_version, git_version_string); | 839 | "(<a href='https://git-scm.com/'>git %s</a>) at ", cgit_version, git_version_string); |
840 | html_txt(show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601))); | 840 | html_txt(show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601))); |
841 | html("</div>\n"); | 841 | html("</div>\n"); |