adds some handy shortcodes
This commit is contained in:
parent
5cb7c1f45f
commit
f1605d3802
3 changed files with 8 additions and 0 deletions
4
layouts/shortcodes/note.html
Normal file
4
layouts/shortcodes/note.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<blockquote {{ with .Get "class" }}class="{{.}}"{{ end }}>
|
||||
<strong>{{ .Get 0 | default "Note" }}</strong><br>
|
||||
{{- .Inner -}}
|
||||
</blockquote>
|
Loading…
Add table
Add a link
Reference in a new issue