From 178a9f444b5250a5b76d3d1a98297da8572a05e5 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 20 Jan 2018 14:06:02 +0100 Subject: Add markdown support for posts using comrak. --- templates/show_post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/show_post.html b/templates/show_post.html index 9e633cc..0db8981 100644 --- a/templates/show_post.html +++ b/templates/show_post.html @@ -5,7 +5,7 @@ {{> post_actions.html }}
- {{ .body }} + {{{ rendered_body() }}}
{{/ post }} -- cgit v1.2.3