css post class and links
Build / build (push) Successful in 8s

This commit is contained in:
2026-01-31 20:27:19 -05:00
parent 7f3b1f08e3
commit 06c4c9f5f7
4 changed files with 12 additions and 8 deletions
+3 -2
View File
@@ -4,7 +4,8 @@
<p id="name">Jeremy Janella</p>
{{ content|safe }}
<div class="post">
{{ content|safe }}
</div>
{% endblock %}
+4 -2
View File
@@ -2,6 +2,8 @@
{% block body %}
{{ content|safe }}
<div class="post">
{{ content|safe }}
</div>
{% endblock %}
{% endblock %}