Files
hugo/layouts/shortcodes/note.html
T
2023-11-11 12:04:26 -08:00

8 lines
137 B
HTML

{{ $_hugo_config := `{ "version": 1 }` }}
<aside>
<div class="admonition-content bl bw2 b--blue" >
{{ .Inner }}
</div>
</aside>