feat: add "icon"-shortcode

This commit is contained in:
Jan Raasch 2020-09-21 13:52:32 +02:00
parent 90d0a18423
commit bde8291944
3 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1 @@
{{ with .Get "class" }}<i class="{{ . }}"></i>{{ end }}