hugo-snotra/layouts/shortcodes/tabular.html

9 lines
198 B
HTML

<figure class="tabular {{ with .Get "class"}}{{ . }}{{ end }}">
{{ .Inner | markdownify }}
{{ with .Get "title" }}
<figcaption>
<p>{{ . | markdownify }}</p>
</figcaption>
{{ end }}
</figure>