web.myco.systems/themes/blowfish/layouts/partials/icon.html
brookee f08363cf71
All checks were successful
Hugo / build (push) Successful in 18s
alter file structure, add deployment yaml
2024-02-27 22:18:33 -05:00

6 lines
162 B
HTML

{{ $icon := resources.Get (print "icons/" . ".svg") }}
{{ if $icon }}
<span class="relative block icon">
{{ $icon.Content | safeHTML }}
</span>
{{ end }}