diff options
Diffstat (limited to 'templates/show_post.html')
-rw-r--r-- | templates/show_post.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} </header> <section class="teaser"> - {{ .body }} + {{{ rendered_body() }}} </section> {{/ post }} </article> |