redstrate.com/themes/red/layouts/shortcodes/icon.html
Joshua Goins af198c4026
All checks were successful
Deploy / Deploy Website (push) Successful in 34s
Misc improvements
2025-05-31 03:29:35 +02:00

4 lines
187 B
HTML

{{ $name := .Get 0 }}
{{ with resources.Get $name }}
<img alt="" class="symbolic-icon" style="image-rendering: pixelated;" width="16" height="16" src="{{ .RelPermalink }}">
{{ end }}