Blog/layouts/shortcodes/note.html
Marco Blessing c34c96a13a
Update theme to Congo 2 (#12)
* update congo submodule

* ignore temp gen files

* update congo 2 config

* move assets to new default location

* add new default values to archetype

* use integrate lead in homepage

* upate note box to congo 2 stype

* icon breaks toc

* disable dark switcher
2022-02-24 08:34:17 +01:00

9 lines
299 B
HTML

<div class="flex px-4 py-3 rounded-md bg-primary-100 dark:bg-neutral-700">
<span class="ltr:pr-3 rtl:pl-3 text-primary-400">
{{ partial "icon.html" "comment" }}
</span>
<span class="no-prose dark:text-neutral-300">
<strong>NOTE: </strong> {{- .Inner | markdownify -}}
</span>
</div>