diff options
author | 2022-08-16 15:22:41 +0200 | |
---|---|---|
committer | 2022-08-16 15:22:41 +0200 | |
commit | 5222bd5d04ad089ba4cbade399dada55e29dcde5 (patch) | |
tree | 57e9405b51fb7d6246d69a1538be9988551a0f0a | |
parent | cf5e4d9056cd5031da5b2a58f17b4da6ddac537e (diff) | |
download | it-tools-5222bd5d04ad089ba4cbade399dada55e29dcde5.tar.gz it-tools-5222bd5d04ad089ba4cbade399dada55e29dcde5.tar.zst it-tools-5222bd5d04ad089ba4cbade399dada55e29dcde5.zip |
refactor(share): updated share meta
-rw-r--r-- | index.html | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -31,11 +31,9 @@ property="og:description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> - <meta property="og:image" content="https://it-tools.tech/banner.png" /> + <meta property="og:image" content="https://it-tools.tech/banner.png?v=2" /> <meta name="twitter:card" content="summary_large_image" /> - <meta name="twitter:domain" content="it-tools.tech" /> - <meta name="twitter:url" content="https://it-tools.tech/" /> <meta name="twitter:site" content="@ittoolsdottech" /> <meta name="twitter:creator" content="@cthmsst" /> @@ -44,7 +42,7 @@ name="twitter:description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> - <meta name="twitter:image" content="https://it-tools.tech/banner.png" /> + <meta name="twitter:image" content="https://it-tools.tech/banner.png?v=2" /> <meta name="twitter:image:alt" content="IT Tools - Handy online tools for developers" /> </head> <body> |