diff --git a/tpl/index b/tpl/index index 0746829..7739bf2 100755 --- a/tpl/index +++ b/tpl/index @@ -84,7 +84,9 @@ cat <Copyright © $yearrange $copyright
Last Updated: $( ./tsdate "$lastts" '%F %H:%M:%S' )
-
$lasthash
+ $( [ -n "$commit-id" ] \ + && printf '
%s
' "$lasthash" + )