diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 0b5f151..de9a14e 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -10,11 +10,7 @@ {{- with .Params.images -}}{{ range first 1 . }} "image": { "@type": "ImageObject", - "url": "{{ . | absURL }}", - {{ with (imageConfig (printf "/static/%s" .)) }} - "height": "{{ .Height }}", - "width": "{{ .Width }}" - {{ end }} + "url": "{{ . | absURL }}" }, {{- end -}}{{ end }} "url": "{{ printf "%s" .Permalink }}",