mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
5 lines
182 B
HTML
5 lines
182 B
HTML
|
{{- partial "shortcodes/term.html" (dict
|
||
|
"page" .Page
|
||
|
"taxonomy" (.Get "term" | default (.Get 0))
|
||
|
"headingstyle" (.Get "headingstyle" | default (.Get 1))
|
||
|
) }}
|