Hugo Template Render Hooks
This was a tough nut to crack. I’m totally new to Go Html Templates and Go itself, and I’ve never really used anything outside of Jekyll. It took me a minute, but I wound up coming up with this:
1 2 3 4 5 6 7 8 9 10 11 12 13 {{ $image := (resources.Get .Destination) }} {{ with $image }} {{ if eq $image.MediaType.SubType "svg" }} <a data-fancybox="image" href="{{ $image.