Back to Ddia

Figure

layouts/shortcodes/figure.html

latest288 B
Original Source

{{- $src := .Get "src" -}} {{- $link := .Get "link" -}} {{- if $src -}} {{- with $link }}{{ end -}} {{- if $link }}{{ end -}} {{- end -}} {{ with .Get "title" }}

{{ . }}

{{ end }} {{ with .Get "caption" }} {{ . | markdownify }} {{ end }} {{- if $src }}
{{- end -}}