about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-05-03 11:07:41 +0200
committerLars Hjemli <hjemli@gmail.com>2008-05-03 11:07:41 +0200
commitaa3c4486b41b8b13d0f52477f033837fc8bb9524 (patch)
tree9ab3b6b2b3b27ce4d3d5bdb7bd42c870aec8ed54
parentAdd a pager on the repolist (diff)
downloadcgit-pink-aa3c4486b41b8b13d0f52477f033837fc8bb9524.tar.gz
cgit-pink-aa3c4486b41b8b13d0f52477f033837fc8bb9524.zip
Add footer with page creation time and cgit version on all pages
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r--cgit.css6
-rw-r--r--ui-shared.c3
2 files changed, 9 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index d57722c..fac5f85 100644
--- a/cgit.css
+++ b/cgit.css
@@ -447,3 +447,9 @@ span.age-months {
 span.age-years {
 	color: #bbb;
 }
+div.footer {
+	margin-top: 0.5em;
+	text-align: center;
+	font-size: 80%;
+	color: #ccc;
+}
diff --git a/ui-shared.c b/ui-shared.c
index f366354..44269a7 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -443,6 +443,9 @@ void cgit_print_docstart(struct cgit_context *ctx)
 
 void cgit_print_docend()
 {
+	html("</div><div class='footer'>generated ");
+	cgit_print_date(time(NULL), FMT_LONGDATE);
+	htmlf(" by cgit %s", cgit_version);
 	html("</div>\n</body>\n</html>\n");
 }
 
td colspan='3' class='logmsg'> But keep it disabled for READMEs since they always use non-standard sections and the TOC is just distracting there, I think. Also add the style so its h1 is the same size as the ones inside sections... 2020-09-11Install mandoc on macOSJune McEnroe 2020-09-11Rewrite install script yet againJune McEnroe 2020-09-11Remove NetBSD from install scriptJune McEnroe I never use it. 2020-09-11Use MacPorts rather than pkgsrcJune McEnroe My system is probably such a mess now... 2020-09-11Add debian VM name to sshJune McEnroe 2020-09-11Add influencer tweetJune McEnroe 2020-09-10Add The Kingdom of GodsJune McEnroe Reading has really slowed down :( 2020-09-07Add SunglassesJune McEnroe An IRC find. 2020-09-06Add Between the BreathsJune McEnroe One of those good songs from a soundtrack of a film that probably isn't? The summary sounds a lot more interesting than the title implies, at least. 2020-09-04Open /dev/tty in nudgeJune McEnroe This makes it work even when it's run connected to a pipe, i.e. as the notify command of catgirl... 2020-09-04Add nudgeJune McEnroe 2020-09-03Build fbclock with -lzJune McEnroe I guess this got lost somewhere, long ago... 2020-08-29Add tweets from retweetsJune McEnroe