cupper-hugo-theme/themes/inclusive-pattern-docs/layouts/shortcodes/note.html

7 lines
143 B
HTML

<aside aria-label="note" class="note">
<div>
<img src="{{ "images/icon-info.svg" | relURL }}" alt="">
{{ .Inner }}
</div>
</aside>