cupper-hugo-theme/themes/infusion/layouts/shortcodes/warning.html

7 lines
157 B
HTML

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