github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/layouts/shortcodes/include.html (about) 1 {{- if (.Get "showfirstheading") }} 2 {{- warnf "%q: UNSUPPORTED parameter 'showfirstheading' for shortcode 'include' found, use 'hidefirstheading' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/migration#420" .Page.File.Filename }} 3 {{- end }} 4 {{- partial "shortcodes/include.html" (dict 5 "page" .Page 6 "file" (.Get "file" | default (.Get 0)) 7 "hidefirstheading" (.Get "hidefirstheading" | default (.Get 1)) 8 ) }}