summaryrefslogtreecommitdiff
path: root/themes/simple/templates/base.html
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-09-07 20:32:43 -0500
committerDaniel Hader <[email protected]>2026-09-07 20:32:43 -0500
commitdaf27b9ed31772688f1cb0277f16967594f392d9 (patch)
tree795e759ef6cbfb9caccf298636c2d9feb03a21d2 /themes/simple/templates/base.html
parent0db125a9f71b9ceb31176ea06a480dae7e484039 (diff)
css progress and some cleaning upHEADmain
Diffstat (limited to 'themes/simple/templates/base.html')
-rw-r--r--themes/simple/templates/base.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/themes/simple/templates/base.html b/themes/simple/templates/base.html
index 1667620..7ed67fe 100644
--- a/themes/simple/templates/base.html
+++ b/themes/simple/templates/base.html
@@ -91,15 +91,15 @@
</div>
</aside>
<main>
- {% block content %}
- {% endblock content %}
+ <div id="content" >
+ {% block content %}
+ {% endblock content %}
+ </div>
</main>
</div>
- <footer>
+ <footer id="footer">
{% block footer %}
- <address>
- Made with <a rel="nofollow" href="https://getpelican.com/">Pelican</a>,
- </address>
+ <p>&copy; 2026 Daniel Hader
{% endblock footer %}
</footer>
</div>