hugo-theme-relearn/layouts/partials/shortcodes/tab.html

17 lines
340 B
HTML
Raw Normal View History

2023-06-05 21:18:12 +00:00
{{- $tabs := (slice | append (dict
"color" .color
"content" .content
"icon" .icon
"name" .name
"style" .style
"title" .title
)) }}
{{- partial "shortcodes/tabs.html" (dict
"context" .context
2023-06-05 21:18:12 +00:00
"color" ""
"content" $tabs
"groupid" ""
2023-06-05 21:18:12 +00:00
"icon" ""
"style" ""
"title" ""
) }}