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