shithub: hugo

ref: d2b1030060d3c91d5f9ffa3456418da16bd74f1d
dir: /themes/gohugoioTheme/layouts/shortcodes/readfile.html/

View raw version
{{$file := .Get "file"}}
{{- if eq (.Get "markdown") "true" -}}
{{- $file  | readFile | markdownify -}}
{{- else -}}
{{ $file  | readFile | safeHTML }}
{{- end -}}