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

6 lines
103 B
HTML

<div class="callout" style="">
<div class="callout-inner">
💡 {{ .Get "text" }}
</div>
</div>