uci-hugo-landingpage/layouts/shortcodes/format.html

5 lines
144 B
HTML
Raw Normal View History

2017-02-28 09:56:46 -08:00
<!-- Adds a class to a block of text. Used for custom formatting -->
<span class="{{ range .Params }}{{ . }} {{ end }}">
2017-02-28 09:56:46 -08:00
{{ .Inner }}
</span>