diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/schema.org/article.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/schema.org/article.html b/layouts/partials/schema.org/article.html index 7fa3762..fcec66b 100644 --- a/layouts/partials/schema.org/article.html +++ b/layouts/partials/schema.org/article.html @@ -64,7 +64,9 @@ "name": {{ $publisher }}, "logo": { "@type": "ImageObject", - "url": {{ $logo.Permalink | absURL }} + "url": {{ $logo.Permalink | absURL }}, + "width": "{{ $logo.Width }}", + "height": "{{ $logo.Height }}" } } } |
