Compare commits
1 commit
master
...
jd/link-ba
Author | SHA1 | Date | |
---|---|---|---|
|
bc99809b8d |
2 changed files with 8 additions and 1 deletions
7
cgit.css
7
cgit.css
|
@ -590,6 +590,13 @@ div#cgit div.footer {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
color: #ccc;
|
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 {
|
div#cgit a.branch-deco {
|
||||||
color: #000;
|
color: #000;
|
||||||
margin: 0px 0.5em;
|
margin: 0px 0.5em;
|
||||||
|
|
|
@ -719,7 +719,7 @@ void cgit_print_docend()
|
||||||
if (ctx.cfg.footer)
|
if (ctx.cfg.footer)
|
||||||
html_include(ctx.cfg.footer);
|
html_include(ctx.cfg.footer);
|
||||||
else {
|
else {
|
||||||
htmlf("<div class='footer'>generated by cgit %s at ",
|
htmlf("<div class='footer'>generated by <a href='http://git.zx2c4.com/cgit/about/'>cgit %s</a> at ",
|
||||||
cgit_version);
|
cgit_version);
|
||||||
cgit_print_date(time(NULL), FMT_LONGDATE, ctx.cfg.local_time);
|
cgit_print_date(time(NULL), FMT_LONGDATE, ctx.cfg.local_time);
|
||||||
html("</div>\n");
|
html("</div>\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue