all repos — archie @ 5d283cd3a9d69d8ff3537d6fddb14e607f785d89

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>