1
0
Fork 0
This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
kekskurse.de-old/themes/archie/layouts/shortcodes/callout.html

6 lines
103 B
HTML
Raw Normal View History

2020-11-11 14:43:41 +00:00
<div class="callout" style="">
<div class="callout-inner">
💡 {{ .Get "text" }}
</div>
</div>