summary refs log tree commit diff stats
path: root/src/views/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/post.html')
-rw-r--r--src/views/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/post.html b/src/views/post.html
index fcc4dbd..81f7e3d 100644
--- a/src/views/post.html
+++ b/src/views/post.html
@@ -1,3 +1,3 @@
 {{ post.data.title }}
 
-{{ post.content }}
+{{ post.body | safe }}