diff options
Diffstat (limited to 'layouts/partials/content.txt')
-rw-r--r-- | layouts/partials/content.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/content.txt b/layouts/partials/content.txt index 26a7901..b03077a 100644 --- a/layouts/partials/content.txt +++ b/layouts/partials/content.txt @@ -2,4 +2,4 @@ {{ $content := $content | replaceRE "(?s:<!--more-->)" "" -}} {{ $content := $content | replaceRE `\!\[.*?\]\((.*?)\)` "$1" -}} {{ $content := $content | replaceRE `\[(.*?)\]\((.*?)\)` "$1 ($2)" -}} -{{ $content }}
\ No newline at end of file +{{ htmlUnescape $content | safeHTML }}
\ No newline at end of file |