all repos — archie @ 6e15d559f7cb6044de7b9f3560dd36ff6f174053

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>