Skip to content

Commit

Permalink
Remove width and height from _config.yml defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrla committed Mar 9, 2022
1 parent 8bc4c7e commit 32299a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,14 @@ defaults:
values:
image:
path: "/assets/img/papicu-blue-square-512.png"
width: 512
height: 512
# jekyll-seo-tag v2.8.0 does not output `width` and `height` to meta
# tags if they're set here. it seems to recognize only the `path`
- scope:
path: ""
type: "posts"
values:
image:
path: "/assets/img/papicu-blue-square-512.png"
width: 512
height: 512

jekyll-archives:
enabled:
Expand Down

0 comments on commit 32299a8

Please sign in to comment.