Commit 7f75e7b8 authored by Jessica Schilling's avatar Jessica Schilling

Reverses meta content order for Facebook and others that use the og:foo tags

parent 59b8599b
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="description" content="A directory of files hosted on the distributed, decentralized web using IPFS"> <meta name="description" content="A directory of files hosted on the distributed, decentralized web using IPFS">
<meta property="og:title" content="{{ .Path }}"> <meta property="og:title" content="Files on IPFS">
<meta property="og:description" content="A directory of files hosted on the distributed, decentralized web using IPFS"> <meta property="og:description" content="{{ .Path }}">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:image" content="https://gateway.ipfs.io/ipfs/QmSDeYAe9mga6NdTozAZuyGL3Q1XjsLtvX28XFxJH8oPjq"> <meta property="og:image" content="https://gateway.ipfs.io/ipfs/QmSDeYAe9mga6NdTozAZuyGL3Q1XjsLtvX28XFxJH8oPjq">
<meta name="twitter:title" content="{{ .Path }}"> <meta name="twitter:title" content="{{ .Path }}">
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="description" content="A directory of files hosted on the distributed, decentralized web using IPFS"> <meta name="description" content="A directory of files hosted on the distributed, decentralized web using IPFS">
<meta property="og:title" content="{{ .Path }}"> <meta property="og:title" content="Files on IPFS">
<meta property="og:description" content="A directory of files hosted on the distributed, decentralized web using IPFS"> <meta property="og:description" content="{{ .Path }}">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:image" content="https://gateway.ipfs.io/ipfs/QmSDeYAe9mga6NdTozAZuyGL3Q1XjsLtvX28XFxJH8oPjq"> <meta property="og:image" content="https://gateway.ipfs.io/ipfs/QmSDeYAe9mga6NdTozAZuyGL3Q1XjsLtvX28XFxJH8oPjq">
<meta name="twitter:title" content="{{ .Path }}"> <meta name="twitter:title" content="{{ .Path }}">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment