uci-hugo-landingpage/layouts/shortcodes/text-justify.html

4 lines
59 B
HTML
Raw Normal View History

2017-03-10 22:59:27 -08:00
<div style="text-align: {{ .Get 0 }}">
{{ .Inner }}
</div>