diff options
| author | Kana <[email protected]> | 2018-04-28 06:14:23 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-04-28 06:14:23 -0300 |
| commit | 7f488f0ac9d26ebc90c43fb925858e0b40db67fa (patch) | |
| tree | d1e1989f8108d3277ccd8fc3d26ad3d2bab3051c | |
| parent | Merge pull request #100 from RyoshiKayo/patch-4 (diff) | |
| parent | Fixed more urls (diff) | |
| download | host.fuwn.me-7f488f0ac9d26ebc90c43fb925858e0b40db67fa.tar.xz host.fuwn.me-7f488f0ac9d26ebc90c43fb925858e0b40db67fa.zip | |
Merge pull request #101 from RyoshiKayo/urls
Fixed more urls
| -rw-r--r-- | pages/album.html | 2 | ||||
| -rw-r--r-- | pages/dashboard.html | 2 | ||||
| -rw-r--r-- | pages/faq.html | 2 | ||||
| -rw-r--r-- | pages/home.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/pages/album.html b/pages/album.html index afdaaf9..cc4d2de 100644 --- a/pages/album.html +++ b/pages/album.html @@ -27,7 +27,7 @@ <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.png"> + <meta name="twitter:image" content="https://lolisafe.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> diff --git a/pages/dashboard.html b/pages/dashboard.html index b618f45..c5e5fe4 100644 --- a/pages/dashboard.html +++ b/pages/dashboard.html @@ -28,7 +28,7 @@ <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.png"> + <meta name="twitter:image" content="https://lolisafe.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> diff --git a/pages/faq.html b/pages/faq.html index 115419d..7b435b7 100644 --- a/pages/faq.html +++ b/pages/faq.html @@ -27,7 +27,7 @@ <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.png"> + <meta name="twitter:image" content="https://lolisafe.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> diff --git a/pages/home.html b/pages/home.html index a80e563..d0bf183 100644 --- a/pages/home.html +++ b/pages/home.html @@ -27,7 +27,7 @@ <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.png"> + <meta name="twitter:image" content="https://lolisafe.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> |