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 %}
|
{% 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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue