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

7 lines
143 B
HTML
Raw Normal View History

2017-06-09 15:27:09 +02:00
<aside aria-label="note" class="note">
<div>
<img src="{{ "images/icon-info.svg" | relURL }}" alt="">
{{ .Inner }}
</div>
</aside>