Reverses meta content order for Facebook and others that use the og:foo tags
Jessica Schilling committed
Jun 22, 2020 at 17:27 UTC
7f75e7b86d984f54cc50fdf23dfd3d1013dedc92
2 files changed
+4
-4
dir-index-uncat.html
+2
-2
@@ -3,8 +3,8 @@
3
<head>
4
<meta charset="utf-8" />
5
<meta name="description" content="A directory of files hosted on the distributed, decentralized web using IPFS">
6
- <meta property="og:title" content="{{ .Path }}">
7
- <meta property="og:description" content="A directory of files hosted on the distributed, decentralized web using IPFS">
6
+ <meta property="og:title" content="Files on IPFS">
7
+ <meta property="og:description" content="{{ .Path }}">
8
<meta property="og:type" content="website">
9
<meta property="og:image" content="https://gateway.ipfs.io/ipfs/QmSDeYAe9mga6NdTozAZuyGL3Q1XjsLtvX28XFxJH8oPjq">
10
<meta name="twitter:title" content="{{ .Path }}">
dir-index.html
+2
-2
@@ -3,8 +3,8 @@
3
<head>
4
<meta charset="utf-8" />
5
<meta name="description" content="A directory of files hosted on the distributed, decentralized web using IPFS">
6
-<meta property="og:title" content="{{ .Path }}">
7
-<meta property="og:description" content="A directory of files hosted on the distributed, decentralized web using IPFS">
6
+<meta property="og:title" content="Files on IPFS">
7
+<meta property="og:description" content="{{ .Path }}">
8
<meta property="og:type" content="website">
9
<meta property="og:image" content="https://gateway.ipfs.io/ipfs/QmSDeYAe9mga6NdTozAZuyGL3Q1XjsLtvX28XFxJH8oPjq">
10
<meta name="twitter:title" content="{{ .Path }}">