Files
blog/layouts/shortcodes/myhighlight.html

4 lines
193 B
HTML
Raw Permalink Normal View History

2015-09-27 04:18:16 +02:00
{{- $content := .Inner -}}
<span class="is-smallcaps has-text-weight-medium has-text-danger">{{ $content }}</span>
{{- /* Do not remove comment, fix for extra whitespace after shortcode */ -}}