hugo-theme-archie/layouts/shortcodes/callout.html

6 lines
98 B
HTML
Raw Normal View History

2020-04-08 18:44:29 +00:00
<div class="callout" style="">
<div class="callout-inner">
{{ .Get "text" }}
</div>
</div>