about summary refs log tree commit diff stats
path: root/ui-shared.c
diff options
context:
space:
mode:
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 bd74f42..32f23f9 100644 --- a/ui-shared.c +++ b/ui-shared.c
@@ -740,7 +740,7 @@ void cgit_print_docend()
740 if (ctx.cfg.footer) 740 if (ctx.cfg.footer)
741 html_include(ctx.cfg.footer); 741 html_include(ctx.cfg.footer);
742 else { 742 else {
743 htmlf("<div class='footer'>generated by cgit %s at ", 743 htmlf("<div class='footer'>generated by <a href='http://git.zx2c4.com/cgit/about/'>cgit %s</a> at ",
744 cgit_version); 744 cgit_version);
745 cgit_print_date(time(NULL), FMT_LONGDATE, ctx.cfg.local_time); 745 cgit_print_date(time(NULL), FMT_LONGDATE, ctx.cfg.local_time);
746 html("</div>\n"); 746 html("</div>\n");