mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
17 lines
No EOL
340 B
HTML
17 lines
No EOL
340 B
HTML
{{- $tabs := (slice | append (dict
|
|
"color" .color
|
|
"content" .content
|
|
"icon" .icon
|
|
"name" .name
|
|
"style" .style
|
|
"title" .title
|
|
)) }}
|
|
{{- partial "shortcodes/tabs.html" (dict
|
|
"context" .context
|
|
"color" ""
|
|
"content" $tabs
|
|
"groupid" ""
|
|
"icon" ""
|
|
"style" ""
|
|
"title" ""
|
|
) }} |