This repository has been archived on 2025-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
archie-shades-of-purple/layouts/shortcodes/callout.html
2020-04-09 12:06:48 +05:30

6 lines
103 B
HTML

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