Hello whiny.lol
This commit is contained in:
7
layouts/_shortcodes/note.html
Normal file
7
layouts/_shortcodes/note.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<aside class="block note">
|
||||
<h2 class="block-title">{{ .Get "title" | default "Note" }}</h2>
|
||||
|
||||
<div class="block-content prose">
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
||||
</aside>
|
||||
Reference in New Issue
Block a user