add additional partial note box
This commit is contained in:
parent
0c906bdd72
commit
3c8eef29a5
BIN
assets/icons/comment.svg
Normal file
BIN
assets/icons/comment.svg
Normal file
Binary file not shown.
After Width: | Height: | Size: 679 B |
8
layouts/shortcodes/note.html
Normal file
8
layouts/shortcodes/note.html
Normal file
@ -0,0 +1,8 @@
|
||||
<div class="flex px-4 py-3 rounded-md bg-primary-100 dark:bg-neutral-700 border-2 ">
|
||||
<span class="pr-3 text-primary-400">
|
||||
{{ partial "icon.html" "comment" }}
|
||||
</span>
|
||||
<span class="no-prose dark:text-neutral-300">
|
||||
<strong>NOTE: </strong> {{- .Inner | markdownify -}}
|
||||
</span>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user