feat: add "icon"-shortcode
This commit is contained in:
parent
90d0a18423
commit
bde8291944
3 changed files with 16 additions and 2 deletions
1
layouts/shortcodes/icon.html
Normal file
1
layouts/shortcodes/icon.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
{{ with .Get "class" }}<i class="{{ . }}"></i>{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue