1
0
Fork 0

Index copyright notice in footer now includes license

tpl
Mike Gerwitz 2013-05-30 21:25:26 -04:00
parent 1d4c1a1d18
commit 3fae735d0b
1 changed files with 4 additions and 1 deletions

View File

@ -86,7 +86,10 @@ cat <<EOF
$( [ -n "$html_index_footer" ] \ $( [ -n "$html_index_footer" ] \
&& printf '<div class="pre-copyright">%s</div>' "$html_index_footer" && printf '<div class="pre-copyright">%s</div>' "$html_index_footer"
) )
<div>Copyright &copy; $yearrange $copyright</div> <div id="copyright">
Copyright &copy; $yearrange $copyright.
$license
</div>
<div>Last Updated: $( ./tsdate "$lastts" '%F %H:%M:%S' )</div> <div>Last Updated: $( ./tsdate "$lastts" '%F %H:%M:%S' )</div>
$( [ -n "$commit-id" ] \ $( [ -n "$commit-id" ] \
&& printf '<div class="commit-id">%s</div>' "$lasthash" && printf '<div class="commit-id">%s</div>' "$lasthash"