ageitgey / amplify

A Jekyll html theme in the vague style of Medium.com built using Google AMP
https://cdn.ampproject.org/c/s/ageitgey.github.io/amplify/2016/03/08/example-post.html
Other
1.87k stars 166 forks source link

metadata.json needs to have image height & width in quotes #16

Closed rajannpatel closed 8 years ago

rajannpatel commented 8 years ago

Your issue is in metadata.json

Test against a structured page validator

Worth noting the correct structure should be: "height": "60", "width": "60"

You are missing quotes.

ageitgey commented 8 years ago

Thanks, fixed in #18