%s' "$html_footer"
)
- $( [ -n "$commit_html_footer" ] \
- && printf '%s
' "$commit_html_footer"
+ $( [ -n "$html_commit_footer" ] \
+ && printf '%s
' "$html_commit_footer"
)
diff --git a/tpl/index b/tpl/index
index 54ff71d..310ff6e 100755
--- a/tpl/index
+++ b/tpl/index
@@ -28,6 +28,9 @@ cat <%s
' "$html_footer"
)
+ $( [ -n "$html_index_footer" ] \
+ && printf '%s
' "$html_index_footer"
+ )
Copyright © $yearrange $copyright
Last Updated: $( ./tsdate "$lastts" '%F %H:%M:%S' )
$lasthash