Browse Source

remove hard-coded '2018' in footer, prints current year (copyright).

stable
Craig Oates 2 years ago
parent
commit
e844408d86
  1. 5
      templates/layouts/footer.html

5
templates/layouts/footer.html

@ -1,3 +1,4 @@
<hr>
<p>© 2018 - {% lisp (local-time:timestamp-year (local-time:now)) %} Nicola Ellis</p>
<p>© {% lisp (local-time:timestamp-year (local-time:now)) %} Nicola Ellis</p>
<!-- End of Front-End Main -->
</div>

Loading…
Cancel
Save