Browse Source

put copyright text in <p> tags (in footer.html template).

The text was wrapped in anything and was rendering weirdly in the
browser's inspector.
stable
Craig Oates 2 years ago
parent
commit
6e7d2b6845
  1. 2
      templates/layouts/footer.html

2
templates/layouts/footer.html

@ -1,3 +1,3 @@
<hr>
© 2018 - {% lisp (local-time:timestamp-year (local-time:now)) %} Nicola Ellis
<p>© 2018 - {% lisp (local-time:timestamp-year (local-time:now)) %} Nicola Ellis</p>

Loading…
Cancel
Save