Add mail address to footer
This commit is contained in:
parent
7c3a4fbaf0
commit
31c583412a
1 changed files with 3 additions and 1 deletions
|
|
@ -16,10 +16,12 @@
|
|||
{% endblock %}
|
||||
</aside>
|
||||
<article>
|
||||
{% block content %}
|
||||
{{ content | safe }}
|
||||
{% endblock %}
|
||||
</article>
|
||||
<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>
|
||||
</main>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue