hugo-theme-relearn/layouts/shortcodes/include.html

7 lines
248 B
HTML
Raw Normal View History

@@{{ (.Get "hidefirstheading" | default (.Get 1)) | humanize}}@
{{- partial "shortcodes/include.html" (dict
"context" .
"file" (.Get "file" | default (.Get 0))
"hidefirstheading" (.Get "hidefirstheading" | default (.Get 1))
) }}