summaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorPhilipp Geyer <philipp@geyer.co.uk>2022-01-31 21:00:53 +0000
committerPhilipp Geyer <philipp@geyer.co.uk>2022-01-31 21:00:53 +0000
commit55459c5a3e0b08b845da02e3b86811a3c711e3b0 (patch)
treea5d5dad15e0683dc99a289d7775ba3ba56c026aa /theme/templates
parent824fdc21858787882fe2ecaa303e7b59c0481760 (diff)
more theme tweaks
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 1e0a6fc..15993a9 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -42,7 +42,8 @@
{# Links, copyright notice, etc #}
{% block footer %}
- <footer>
+ <footer>
+ <div id="footer_content">
<ul class="menu">
<li><a href="{{ url_for("pages", slug="about") }}">about</a></li>
<li><a href="{{ url_for("cv", slug="00") }}">experience</a></li>
@@ -52,6 +53,7 @@
<li><a href="{{ url_for("pages", slug="contact") }}">contact</a></li>
<li><a href="{{ url_for("pages", slug="credits") }}">credits</a></li>
</ul>
+ </div>
</footer>
{% endblock %}