mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 09:32:27 +00:00
Switch themes to minimo
This commit is contained in:
12
themes/minimo/layouts/partials/svg/icon.html
Normal file
12
themes/minimo/layouts/partials/svg/icon.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg
|
||||
class="icon"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewbox="0 0 24 24"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
aria-hidden="true"
|
||||
>
|
||||
{{- $icon := print "svg/content/" . ".svg" -}}
|
||||
{{- partialCached $icon . -}}
|
||||
</svg>
|
After Width: | Height: | Size: 260 B |
Reference in New Issue
Block a user