{{ with .Params.image -}}
{{ $img := . }}
{{ $static := printf "static/%s" (strings.TrimLeft "/" $img) }}
{{ $w := 0 }}{{ $h := 0 }}
{{ if fileExists $static }}
{{ with (imageConfig $static) }}{{ $w = .Width }}{{ $h = .Height }}{{ end }}
{{ end }}

{{- end }}
{{ partial "related.html" . }}
{{ with site.Params.DisqusShortname -}}
{{- end }}