Add opengraph information
This commit is contained in:
parent
e984758285
commit
ab9fccd05a
2 changed files with 7 additions and 0 deletions
|
|
@ -20,6 +20,13 @@
|
|||
<link rel="stylesheet"
|
||||
href="/build/styles.css">
|
||||
|
||||
<meta property="og:site_name" content="Mike Wink">
|
||||
<meta property="og:url" content="https://mikewink.de">
|
||||
<meta property="og:type" content="website">
|
||||
<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">
|
||||
|
||||
</head>
|
||||
<body class="pattern bg-lightCyan dark:bg-black dark:text-white md:h-screen">
|
||||
<div class="md:grid md:grid-cols-layout md:h-full">
|
||||
|
|
|
|||
BIN
public/og/opengraph.png
Normal file
BIN
public/og/opengraph.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 249 KiB |
Loading…
Reference in a new issue