move footer note back to right side to display template generation time on left
This commit is contained in:
parent
e17e186c1d
commit
7544f60e74
|
@ -20,9 +20,11 @@
|
||||||
{{- block "js" . }}
|
{{- block "js" . }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
<div id="leftfooter">
|
<div id="leftfooter">
|
||||||
note: please do not set fire to cute girls
|
template generated on {{index .StringMap "GeneratedAt"}}
|
||||||
</div>
|
</div>
|
||||||
<div id="rightfooter">
|
<div id="rightfooter">
|
||||||
|
note: please do not set fire to cute girls
|
||||||
|
<br />
|
||||||
powered by
|
powered by
|
||||||
<a href="https://www.debian.org/">debian</a>
|
<a href="https://www.debian.org/">debian</a>
|
||||||
and
|
and
|
||||||
|
|
Loading…
Reference in a new issue