LoveIt/layouts/shortcodes/float.html

5 lines
136 B
HTML
Raw Normal View History

{{ $_hugo_config := `{ "version": 1 }` -}}
<!-- [left, right] -->
<div class={{ .Get 0 | printf "float-%s" }}>
{{- .Inner -}}
</div>