diff options
author | Ciaran Gallagher <[email protected]> | 2020-03-26 17:19:58 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2020-03-26 17:19:58 +0000 |
commit | 169a29791d20ccc430216582b497af5b095e5742 (patch) | |
tree | a074478331f328f9f5034526988c3e0646eee7a1 | |
parent | 5b7c52981e4c19603f74131e6ae88c2a98d3bc2c (diff) | |
download | pasta-169a29791d20ccc430216582b497af5b095e5742.tar.gz pasta-169a29791d20ccc430216582b497af5b095e5742.zip |
link preview meta tags
-rw-r--r-- | index.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,13 @@ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="mobile-web-app-capable" content="yes"> + <!-- Link Preview meta tags --> + <meta property="og:title" content="PASTA" /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="https://www.pastatool.com" /> + <meta property="og:image" content="images/android-chrome-512.png" /> + <meta property="og:description" content="Audio & Subtitle Track Changer for Plex" /> + <!-- Icon links --> <link rel='icon' href='images/favicon.png' type='image/x-icon' /> <link rel="apple-touch-icon" sizes="180x180" href="images/apple_icon180.png"> |