summaryrefslogtreecommitdiff
path: root/templates/blog-page.html
diff options
context:
space:
mode:
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 %}