diff options
| author | Pitu <[email protected]> | 2017-01-31 04:44:05 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-31 04:44:05 -0300 |
| commit | 982796495b16b8a54c5bc430e2ecbee56fb6f338 (patch) | |
| tree | 2119dd50c2787a537d9fa68919672750f7fe3c4d | |
| parent | sigh (diff) | |
| download | host.fuwn.me-982796495b16b8a54c5bc430e2ecbee56fb6f338.tar.xz host.fuwn.me-982796495b16b8a54c5bc430e2ecbee56fb6f338.zip | |
(╯°□°)╯︵ ┻━┻
| -rw-r--r-- | pages/home.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/home.html b/pages/home.html index 9e2daaa..18ce0ef 100644 --- a/pages/home.html +++ b/pages/home.html @@ -21,14 +21,14 @@ <meta property="og:type" content="website" /> <meta property="og:title" content="lolisafe.moe | A small safe worth protecting." /> <meta property="og:description" content="A pomf-like file uploading service that doesn't suck." /> - <meta property="og:image" content="http://lolisafe.moe/images/logo_square.jpg" /> - <meta property="og:image:secure_url" content="https://lolisafe.moe/images/logo_square.jpg" /> + <meta property="og:image" content="http://lolisafe.moe/images/logo_square.png" /> + <meta property="og:image:secure_url" content="https://lolisafe.moe/images/logo_square.png" /> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="lolisafe.moe | A small safe worth protecting."> <meta name="twitter:description" content="A pomf-like file uploading service that doesn't suck."> - <meta name="twitter:image" content="https://listen.moe/files/images/logo_square.jpg"> - <meta name="twitter:image:src" content="https://lolisafe.moe/images/logo_square.jpg"> + <meta name="twitter:image" content="https://listen.moe/files/images/logo_square.png"> + <meta name="twitter:image:src" content="https://lolisafe.moe/images/logo_square.png"> <title>lolisafe - A small safe worth protecting.</title> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.3.0/css/bulma.min.css"> |