5 lines
214 B
HTML
5 lines
214 B
HTML
|
|
{{/* Source:https://gitlab.com/Roneo/hugo-shortcode-roneo-collection */}}
|
||
|
|
|
||
|
|
{{ $file := .Get 0 }}
|
||
|
|
{{ (printf "%s%s" .Page.File.Dir $file) | readFile | replaceRE "^---[\\s\\S]+?---" "" | safeHTML | markdownify }}
|