Update OG and Twitter card images with alt attr

This commit is contained in:
Mike Wink 2022-11-20 13:57:50 +01:00
commit 9684e569a7

View file

@ -32,6 +32,7 @@
<meta property="og:title" content="Mike Wink - A PHP Developer">
<meta property="og:description" content="Welcome to the homepage of PHP developer Mike Wink.">
<meta property="og:image" content="https://mikewink.de/og/opengraph.png">
<meta property="og:image:alt" content="A fictitious topography map with a small MW logo and my name on it.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@mikewink">
@ -39,6 +40,7 @@
<meta name="twitter:title" content="Mike Wink - A PHP Developer">
<meta name="twitter:description" content="Welcome to the homepage of PHP developer Mike Wink.">
<meta name="twitter:image" content="https://mikewink.de/og/opengraph.png">
<meta name="twitter:image:alt" content="A fictitious topography map with a small MW logo and my name on it.">
</head>
<body class="pattern bg-lightCyan dark:bg-black dark:text-white md:h-screen">