Files
FixIt/layouts/shortcodes/timeline.html
T
2024-07-21 11:31:13 +08:00

7 lines
495 B
HTML

{{- $options := .Get "reverse" | default (.Get 0) | dict "reverse" -}}
{{- $options = .Get "placement" | default (.Get 1) | dict "placement" | merge $options -}}
{{- $options = .Get "animation" | default (.Get 2) | dict "animation" | merge $options -}}
{{- $options = .Get "size" | default (.Get 3) | dict "size" | merge $options -}}
{{- $options = .Get "node" | default (.Get 4) | dict "node" | merge $options -}}
{{- dict "Options" $options "Inner" .Inner | partial "plugin/timeline.html" -}}