diff options
author | Yigit Sever | 2021-10-29 08:07:01 +0000 |
---|---|---|
committer | Yigit Sever | 2021-10-29 11:15:11 +0300 |
commit | ecd1260017d23128f7b37289be901e0fbb888992 (patch) | |
tree | 77c2bbdc33512bd558cc79c8b668869972e3914b /ui-shared.c | |
parent | b00972235a9e2250610bb6f861a6e88d30d5a126 (diff) | |
download | cgit-ecd1260017d23128f7b37289be901e0fbb888992.tar.gz cgit-ecd1260017d23128f7b37289be901e0fbb888992.tar.bz2 cgit-ecd1260017d23128f7b37289be901e0fbb888992.zip |
Lowercase everything, Rosé Pine, click to copy
And probably other little things I forgot about
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 acd8ab5..a7e40c3 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -838,7 +838,7 @@ void cgit_print_docend(void) | |||
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.zx2c4.com/cgit/about/'>cgit %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(" with beautiful colours of <a href='https://rosepinetheme.com/'>Rosé Pine</a></div>\n"); |
842 | } | 842 | } |
843 | html("</div> <!-- id=cgit -->\n"); | 843 | html("</div> <!-- id=cgit -->\n"); |
844 | html("</body>\n</html>\n"); | 844 | html("</body>\n</html>\n"); |