Index copyright notice in footer now includes license
parent
1d4c1a1d18
commit
3fae735d0b
|
@ -86,7 +86,10 @@ cat <<EOF
|
|||
$( [ -n "$html_index_footer" ] \
|
||||
&& printf '<div class="pre-copyright">%s</div>' "$html_index_footer"
|
||||
)
|
||||
<div>Copyright © $yearrange $copyright</div>
|
||||
<div id="copyright">
|
||||
Copyright © $yearrange $copyright.
|
||||
$license
|
||||
</div>
|
||||
<div>Last Updated: $( ./tsdate "$lastts" '%F %H:%M:%S' )</div>
|
||||
$( [ -n "$commit-id" ] \
|
||||
&& printf '<div class="commit-id">%s</div>' "$lasthash"
|
||||
|
|
Loading…
Reference in New Issue