aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/content.txt
blob: c646fe6b2c5bf0de777636897cb6b77a530f00e6 (plain) (blame)
1
2
3
4
5
6
{{ $content := .RawContent -}}
{{ $content := $content | replaceRE "(?s:<!--more-->)" "" -}}
{{ $content := $content | replaceRE `\!\[.*?\]\((.*?)\)` "!PATH!$1\n" -}}
{{ $content := $content | replaceRE `!PATH!` .Permalink -}}
{{ $content := $content | replaceRE `\[(.*?)\]\((.*?)\)` "$1 ($2)" -}}
{{ htmlUnescape $content | safeHTML }}