diff options
| author | Daniel Hader <[email protected]> | 2026-09-03 20:37:45 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-09-03 20:37:45 -0500 |
| commit | a2c4acf6eea9a2e376ae8daaf225c744506c936a (patch) | |
| tree | e49d1a3767414ad6a8915ed86c1818bc5c329d49 /themes/simple/templates/base.html | |
| parent | 5fa81500dcc07a853a01b0b0d813069467995807 (diff) | |
font cleanup and css work
Diffstat (limited to 'themes/simple/templates/base.html')
| -rw-r--r-- | themes/simple/templates/base.html | 16 |
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> |
