1
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:
2019-11-23 09:21:06 -05:00
parent 1ea90613c9
commit 673ddbb27b
10 changed files with 139 additions and 104 deletions
+3 -3
View File
@@ -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 }},