mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-20 11:14:27 -04:00
very, VERY hacky way to determine image width/height for meta tags
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
"jobTitle": {{ .Site.Author.jobtitle }},
|
||||
"image": {
|
||||
"@type": "ImageObject",
|
||||
"url": {{ "me_lg.jpg" | absURL }},
|
||||
"width": 920,
|
||||
"height": 920
|
||||
"url": {{ "me_large.jpg" | absURL }},
|
||||
"width": "1000",
|
||||
"height": "1000"
|
||||
},
|
||||
"sameAs": [
|
||||
{{ .Site.BaseURL }},
|
||||
|
||||
Reference in New Issue
Block a user