all repos — archie @ 57ff9c6ee9d44c0aac539c5b0b57c87370995c1a

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>