|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
{{ $content := .content | markdownify }}
|
|
|
|
|
{{ $contentclass := .contentclass }}
|
|
|
|
|
{{ $contentstyle := .contentstyle }}
|
|
|
|
|
{{ $style := .style | default .Page.Params.paige.figure.style | default .Page.Site.Params.paige.figure.style }}
|
|
|
|
|
{{ $style := .style }}
|
|
|
|
|
|
|
|
|
|
<figure {{ with $class }} class="{{ . }}" {{ end }} {{ with $style }} style="{{ . | safeCSS }}" {{ end }}>
|
|
|
|
|
<div {{ with $contentclass }} class="{{ . }}" {{ end }} {{ with $contentstyle }} style="{{ . | safeCSS }}" {{ end }}>{{ $content }}</div>
|
|
|
|
|