initial commit
This commit is contained in:
parent
2012aa8834
commit
9ddfa58ace
2289 changed files with 11217 additions and 0 deletions
1
layouts/shortcodes/fab.html
Normal file
1
layouts/shortcodes/fab.html
Normal file
|
@ -0,0 +1 @@
|
|||
{{ partial "fontawesome.html" (dict "style" "brands" "icon" ( .Get 0 ) "arg1" ( .Get 1 ) "arg2" ( .Get 2 )) }}
|
1
layouts/shortcodes/fas.html
Normal file
1
layouts/shortcodes/fas.html
Normal file
|
@ -0,0 +1 @@
|
|||
{{ partial "fontawesome.html" (dict "style" "solid" "icon" ( .Get 0 ) "arg1" ( .Get 1 ) "arg2" ( .Get 2 )) }}
|
Loading…
Add table
Add a link
Reference in a new issue