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

5 lines
No EOL
182 B
HTML

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