diff --git a/layouts/shortcodes/verbatim-assets.html b/layouts/shortcodes/verbatim-assets.html new file mode 100644 index 0000000..8154b8a --- /dev/null +++ b/layouts/shortcodes/verbatim-assets.html @@ -0,0 +1,6 @@ +{{- $curPage := .Page -}} +{{- $page_asset_name := .Get 0 -}} +{{- $page_asset := resources.Get $page_asset_name -}} +{{- with $page_asset -}} + {{ .Content }} +{{- end -}}