commit d96a8cb514a4d2e490ca3651515c7edbd38b6513
parent 6e6e405efb788f0c65e24e8c0634c8a0fe45a3fb
Author: ashermorgan <59518073+ashermorgan@users.noreply.github.com>
Date: Fri, 20 Aug 2021 17:05:05 -0700
Add Open Graph metadata
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/public/img/icons/open-graph-1280x640.png b/public/img/icons/open-graph-1280x640.png
Binary files differ.
diff --git a/public/index.html b/public/index.html
@@ -3,10 +3,17 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="description" content="A collection of tools for runners that calculate splits, convert units, and more">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
+
+ <meta name="description" content="A collection of tools for runners that calculate splits, convert units, and more">
<title>Running Tools</title>
+ <meta property="og:title" content="Running Tools"/>
+ <meta property="og:description" content="A collection of tools for runners that calculate splits, convert units, and more"/>
+ <meta property="og:type" content="website"/>
+ <meta property="og:url" content="https://ashermorgan.github.io/running-tools/"/>
+ <meta property="og:image" content="https://ashermorgan.github.io/running-tools/img/icons/open-graph-1280x640.png"/>
+
<link rel="apple-touch-startup-image" href="img/icons/apple-splash-2048x2732.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="img/icons/apple-splash-2732x2048.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
<link rel="apple-touch-startup-image" href="img/icons/apple-splash-1668x2388.png" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">