mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-03 15:27:57 +08:00
Dynamic titles in both places
This commit is contained in:
parent
0accd43028
commit
59b8599bf5
@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="A directory of files hosted on the distributed, decentralized web using IPFS">
|
||||
<meta property="og:title" content="Files on IPFS">
|
||||
<meta property="og:title" content="{{ .Path }}">
|
||||
<meta property="og:description" content="A directory of files hosted on the distributed, decentralized web using IPFS">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="https://gateway.ipfs.io/ipfs/QmSDeYAe9mga6NdTozAZuyGL3Q1XjsLtvX28XFxJH8oPjq">
|
||||
<meta name="twitter:title" content="Files on IPFS">
|
||||
<meta name="twitter:title" content="{{ .Path }}">
|
||||
<meta name="twitter:description" content="A directory of files hosted on the distributed, decentralized web using IPFS">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image" content="https://gateway.ipfs.io/ipfs/QmSDeYAe9mga6NdTozAZuyGL3Q1XjsLtvX28XFxJH8oPjq">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user