all repos — archie @ 4d4a11ed15fb863b81e6f1345d1eea24414c6f23

A minimal Hugo Theme

layouts/shortcodes/callout.html (view raw)

1
2<div class="callout" style="">
3	<div class="callout-inner">
4    💡 {{ .Get "text" }}
5  </div>
6</div>