This repository has been archived on 2026-05-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blowfish/layouts/partials/icon.html
T
2022-11-16 13:46:39 +00:00

7 lines
156 B
HTML

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