hugo-theme-noteworthy/layouts/shortcodes/col.html

2 lines
58 B
HTML
Raw Permalink Normal View History

<div class="col-{{ index .Params 0 }}">{{ .Inner }}</div>