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

6 lines
103 B
HTML
Raw Normal View History

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