summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/svg-raw.html
blob: 950c4f5d6da54719a6c1e611afef03f87d18289b (plain)
1
2
3
{{- $file := .Get 0 }}
{{- $path := printf "assets/content_images/%s" $file}}
{{ $path  | readFile | safeHTML }}