Use jam icons instead of feather

https://jam-icons.com
This commit is contained in:
2021-10-26 18:50:48 -05:00
parent 9e5a8e6785
commit fc5f408831
9 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
{{ $icon_resource := resources.Get (printf "feather/icons/%s.svg" .) }}
{{ $icon_resource := resources.Get (printf "jam/icons/%s.svg" .) }}
{{ $icon := $icon_resource.Content }}
{{ $icon = replaceRE `<svg` `<svg class="icon"` $icon }}
{{ $icon = replaceRE `</svg>` (printf `<title>%s icon</title></svg>` .) $icon }}