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