hugo-theme-relearn/exampleSite/layouts/shortcodes/term.html

5 lines
182 B
HTML
Raw Normal View History

{{- partial "shortcodes/term.html" (dict
"page" .Page
"taxonomy" (.Get "term" | default (.Get 0))
"headingstyle" (.Get "headingstyle" | default (.Get 1))
) }}