| -rw-r--r-- | cgit.css | 7 | ||||
| -rw-r--r-- | ui-shared.c | 2 |
2 files changed, 1 insertions, 8 deletions
@@ -590,13 +590,6 @@ div#cgit div.footer { font-size: 80%; color: #ccc; } -div#cgit div.footer a { - color: #ccc; - text-decoration: none; -} -div#cgit div.footer a:hover { - text-decoration: underline; -} div#cgit a.branch-deco { color: #000; margin: 0px 0.5em; diff --git a/ui-shared.c b/ui-shared.c index 32f23f9..bd74f42 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -740,7 +740,7 @@ void cgit_print_docend() if (ctx.cfg.footer) html_include(ctx.cfg.footer); else { - htmlf("<div class='footer'>generated by <a href='http://git.zx2c4.com/cgit/about/'>cgit %s</a> at ", + htmlf("<div class='footer'>generated by cgit %s at ", cgit_version); cgit_print_date(time(NULL), FMT_LONGDATE, ctx.cfg.local_time); html("</div>\n"); |