website/templates/footer.html

13 lines
278 B
HTML

<footer class="footer">
<div class="has-text-centered">
<p>
&copy; <a href="/">TheOrangeOne</a> {% now "Y" %}
</p>
</div>
<div class="has-text-centered is-size-7" id="to-top">
<p>
<a href="">To top <em>in style</em></a>
</p>
</div>
</footer>