1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-17 17:57:04 +01:00

Revert "Revert "layouts: Add imageConfig to set height and width""

This reverts commit 5e1b0f40ab.
This commit is contained in:
Alan Orth 2017-03-24 16:02:44 +02:00
parent 5e1b0f40ab
commit 3b3598960c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -10,7 +10,11 @@
{{- with .Params.images -}}{{ range first 1 . }} {{- with .Params.images -}}{{ range first 1 . }}
"image": { "image": {
"@type": "ImageObject", "@type": "ImageObject",
"url": "{{ . | absURL }}" "url": "{{ . | absURL }}",
{{ with (imageConfig (printf "/static/%s" .)) }}
"height": "{{ .Height }}",
"width": "{{ .Width }}"
{{ end }}
}, },
{{- end -}}{{ end }} {{- end -}}{{ end }}
"url": "{{ printf "%s" .Permalink }}", "url": "{{ printf "%s" .Permalink }}",