mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 01:22:29 +00:00
Tweak theme
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{{ partial "icons/svg.html" (printf "simple-icons/%s.svg" .) }}
|
2
themes/custom-theme/layouts/partials/icons/svg.html
Normal file
2
themes/custom-theme/layouts/partials/icons/svg.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{{ $path := lower . }}
|
||||
{{ (resources.Get $path).Content | safeHTML }}
|
@@ -0,0 +1 @@
|
||||
{{ partial "icons/svg.html" (printf "tabler-icons/%s.svg" .) }}
|
Reference in New Issue
Block a user