hugo-theme-relearn/layouts/_default/baseof.source.md
Sören Weber 8b70bdf31a
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
theme: guard access to page.File.Filename #1005
2025-01-31 14:57:16 +01:00

4 lines
No EOL
193 B
Markdown

{{/* the following check avoids to print out content of headless bundles if called from nestedContent.gotmpl */}}
{{- with and .File .File.Filename -}}
{{ readFile . | safeHTML }}
{{- end }}