all repos — archie @ e1a33921657441b5b53cd7e7a11c5d4c769c7e8f

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>