More more updates

* Removed all instances of "og:image:secure_url" meta tag.

* Updated some border colors.
This commit is contained in:
Bobby Wibowo 2018-01-24 05:10:17 +07:00
parent 62ccfe5fee
commit 26f092d865
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
6 changed files with 6 additions and 7 deletions

View File

@ -22,7 +22,6 @@
<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.png" />
<meta property="og:image:secure_url" content="https://safe.fiery.me/images/logo_square.png" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="lolisafe.moe | A small safe worth protecting.">

View File

@ -23,7 +23,6 @@
<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.png" />
<meta property="og:image:secure_url" content="https://safe.fiery.me/images/logo_square.png" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="lolisafe.moe | A small safe worth protecting.">

View File

@ -23,7 +23,6 @@
<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.png" />
<meta property="og:image:secure_url" content="https://safe.fiery.me/images/logo_square.png" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="lolisafe.moe | A small safe worth protecting.">
@ -120,7 +119,7 @@
}
.menu-list li ul {
border-left-color: #31363b;
border-left-color: #898b8d;
}
</style>

View File

@ -22,7 +22,6 @@
<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.png" />
<meta property="og:image:secure_url" content="https://safe.fiery.me/images/logo_square.png" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="lolisafe.moe | A small safe worth protecting.">

View File

@ -139,7 +139,7 @@ a:hover {
}
section#home h3#links span {
color: #4d4d4d;
color: #898b8d;
}
section#home #b {
@ -147,3 +147,7 @@ section#home #b {
height: 200px;
border-radius: 100%;
}
hr {
background-color: #898b8d;
}

View File

@ -22,7 +22,6 @@
<meta property="og:title" content="{{ title }} | {{ count }} files" />
<meta property="og:description" content="lolisafe.moe | A small safe worth protecting." />
<meta property="og:image" content="{{ thumb }}" />
<meta property="og:image:secure_url" content="{{ thumb }}" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="{{ title }} | {{ count }} files">