summaryrefslogtreecommitdiff
path: root/templates/blog-page.html
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-07-18 21:17:59 +1200
committerArslaan Pathan <[email protected]>2026-07-18 21:17:59 +1200
commitb96b17d7d4e1557205cd91f582ae46265d6de632 (patch)
treec1d15506e44cfd161c662ab07dc23b49c7f117f8 /templates/blog-page.html
parent44406d91c823e3c049721baaad2dd6a4853a8ea5 (diff)
downloadarslaancodes-b96b17d7d4e1557205cd91f582ae46265d6de632.tar.xz
arslaancodes-b96b17d7d4e1557205cd91f582ae46265d6de632.zip
Start working on projects
Diffstat (limited to 'templates/blog-page.html')
-rw-r--r--templates/blog-page.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/blog-page.html b/templates/blog-page.html
index 9902bb6..cd9785e 100644
--- a/templates/blog-page.html
+++ b/templates/blog-page.html
@@ -5,5 +5,7 @@
{{ page.title }}
</h1>
<p class="subtitle"><strong>{{ page.date }}</strong></p>
+<div class="blog-content">
{{ page.content | safe }}
+</div>
{% endblock content %}