summaryrefslogtreecommitdiff
path: root/themes/simple/templates
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-09-03 20:37:45 -0500
committerDaniel Hader <[email protected]>2026-09-03 20:37:45 -0500
commita2c4acf6eea9a2e376ae8daaf225c744506c936a (patch)
treee49d1a3767414ad6a8915ed86c1818bc5c329d49 /themes/simple/templates
parent5fa81500dcc07a853a01b0b0d813069467995807 (diff)
font cleanup and css work
Diffstat (limited to 'themes/simple/templates')
-rw-r--r--themes/simple/templates/base.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/themes/simple/templates/base.html b/themes/simple/templates/base.html
index f34054f..1667620 100644
--- a/themes/simple/templates/base.html
+++ b/themes/simple/templates/base.html
@@ -55,7 +55,7 @@
<p>{{ SITESUBTITLE }}</p>{% endif %}</hgroup>
{% endblock header %}
</header>
- <div id="content">
+ <div id="nav-content">
<aside>
<div id="navs">
<div class="nav">
@@ -94,14 +94,14 @@
{% block content %}
{% endblock content %}
</main>
- <footer>
- {% block footer %}
- <address>
- Made with <a rel="nofollow" href="https://getpelican.com/">Pelican</a>,
- </address>
- {% endblock footer %}
- </footer>
</div>
+ <footer>
+ {% block footer %}
+ <address>
+ Made with <a rel="nofollow" href="https://getpelican.com/">Pelican</a>,
+ </address>
+ {% endblock footer %}
+ </footer>
</div>
{% endblock body %}
</body>