mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
12 lines
251 B
XML
12 lines
251 B
XML
{{- if eq .Type "timeline" -}}
|
|
{{- dict
|
|
"Options" .Attributes
|
|
"Inner" .Inner
|
|
"Resources" .Page.Resources
|
|
"Position" .Position
|
|
| partial "plugin/timeline.html"
|
|
-}}
|
|
{{- else -}}
|
|
<pre><code>{{ .Inner }}</code></pre>
|
|
{{- end -}}
|