tpl/tplimpl: Fix context in shortcode error messages

Fixes #13279
This commit is contained in:
Joe Mooring
2025-01-19 07:00:49 -08:00
committed by Bjørn Erik Pedersen
parent 1f5a15aba0
commit 8de4ffb294
9 changed files with 347 additions and 243 deletions

View File

@@ -1,4 +1,4 @@
{{- $pc := .Page.Site.Config.Privacy.Vimeo -}}
{{- $pc := site.Config.Privacy.Vimeo -}}
{{- if not $pc.Disable -}}
{{- if $pc.Simple -}}
{{ template "_internal/shortcodes/vimeo_simple.html" . }}
@@ -11,4 +11,4 @@
</div>
{{ end }}
{{- end -}}
{{- end -}}
{{- end -}}