Files
site/themes/archie/layouts/shortcodes/callout.html
Dave Gallant 2e34ac9ac4 Revert "Switch to gruvbox theme"
This reverts commit 66cff08323.
2024-01-02 01:18:11 -05:00

6 lines
103 B
HTML

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