Files
blog/layouts/shortcodes/figcaption.html

4 lines
204 B
HTML
Raw Permalink Normal View History

2015-09-27 04:18:16 +02:00
{{- $content := .Inner -}}
<figcaption class="is-size-7 has-text-left has-text-weight-light mt-1">{{ $content }}</figcaption>
{{- /* Do not remove comment, fix for extra whitespace after shortcode */ -}}