fix: OG image not comming through again
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Ward Truyen's CV">
|
||||
<meta property="og:description" content="Op zoek naar een Java developer job.">
|
||||
<meta property="og:image" content="img/me.jpg">
|
||||
<meta property="og:image" content="https://www.ward.truyen.network/img/me.jpg">
|
||||
|
||||
<!-- Twitter Meta Tags -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
@@ -22,7 +22,7 @@
|
||||
<meta property="twitter:url" content="https://www.ward.truyen.network/">
|
||||
<meta name="twitter:title" content="Ward Truyen's CV">
|
||||
<meta name="twitter:description" content="Op zoek naar een Java developer job.">
|
||||
<meta name="twitter:image" content="img/me.jpg">
|
||||
<meta name="twitter:image" content="https://www.ward.truyen.network/img/me.jpg">
|
||||
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
|
Reference in New Issue
Block a user