Skip to content

Commit 1b73c81

Browse files
committed
feat: extend icon subtemplate to allow arbitrary classes
1 parent ff13227 commit 1b73c81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html-templates/subtemplates/icon.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{template icon name cls=null}<i class="fa fa-{$name} {$cls}" aria-hidden="true"></i>{/template}

0 commit comments

Comments
 (0)