From 3fae735d0ba67e5003abbc2f4f58da81bcdb4215 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 30 May 2013 21:25:26 -0400 Subject: [PATCH] Index copyright notice in footer now includes license --- tpl/index | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tpl/index b/tpl/index index 3575e7e..d2d4b45 100755 --- a/tpl/index +++ b/tpl/index @@ -86,7 +86,10 @@ cat <%s' "$html_index_footer" ) -
Copyright © $yearrange $copyright
+
Last Updated: $( ./tsdate "$lastts" '%F %H:%M:%S' )
$( [ -n "$commit-id" ] \ && printf '
%s
' "$lasthash"