all repos — archie @ b7afb3a5dd9091e83b74114407c5a0659a9e49fd

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>