about summary refs log tree commit diff
path: root/ui-shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c3
1 files changed, 3 insertions, 0 deletions
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");
 }