From 33171a749162685e42650f82041cd2af0136718d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Jun 2017 17:42:21 +0200 Subject: feat(posts): render posts as markdown --- src/views/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/post.html') 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 }} -- cgit 1.4.1