Add mail address to footer

This commit is contained in:
arne 2022-03-03 10:03:54 +01:00
commit 31c583412a

View file

@ -16,10 +16,12 @@
{% endblock %} {% endblock %}
</aside> </aside>
<article> <article>
{% block content %}
{{ content | safe }} {{ content | safe }}
{% endblock %}
</article> </article>
<footer> <footer>
Contents are <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC-BY-SA</a> unless noted otherwise. Contents are published under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC-BY-SA</a> unless noted otherwise. If you wish to contact me, feel free to reach out at <em>hi at this domain</em>.
</footer> </footer>
</main> </main>
</body> </body>