Back to Influxdb

Img Hd

layouts/shortcodes/img-hd.html

latest282 B
Original Source

{{ .Inner }} {{ $src := .Get "src" }} {{ $alt := .Get "alt" }} {{ if (fileExists ( print "/static" $src )) }} {{ with (imageConfig ( print "/static" $src )) }} {{ $imageWidth := div .Width 2 }} {{ end }} {{ else }} {{ end }}