mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Lint project
This commit is contained in:
parent
23f368ac6c
commit
c450416d86
@ -17,7 +17,13 @@ const head: HeadConfig[] = [
|
|||||||
["meta", { name: "twitter:image", content: "/img/logo.png" }],
|
["meta", { name: "twitter:image", content: "/img/logo.png" }],
|
||||||
|
|
||||||
["meta", { property: "og:site_name", content: "Tachiyomi" }],
|
["meta", { property: "og:site_name", content: "Tachiyomi" }],
|
||||||
["meta", { property: "og:description", content: "Read your favorite manga, webtoons, comics, and more – easier than ever on your Android." }],
|
[
|
||||||
|
"meta",
|
||||||
|
{
|
||||||
|
property: "og:description",
|
||||||
|
content: "Read your favorite manga, webtoons, comics, and more – easier than ever on your Android.",
|
||||||
|
},
|
||||||
|
],
|
||||||
["meta", { property: "og:locale", content: "en_US" }],
|
["meta", { property: "og:locale", content: "en_US" }],
|
||||||
["meta", { property: "og:type", content: "website" }],
|
["meta", { property: "og:type", content: "website" }],
|
||||||
["meta", { property: "og:image", content: "/img/logo.png" }],
|
["meta", { property: "og:image", content: "/img/logo.png" }],
|
||||||
|
@ -138,7 +138,7 @@ figure:has(img) img[tabindex]:focus {
|
|||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
figure:has(img)>a[href^="http://"]:after,
|
figure:has(img)>a[href^="http://"]:after,
|
||||||
figure:has(img)>a[href^="https://"]:after {
|
figure:has(img)>a[href^="https://"]:after {
|
||||||
content: ""
|
content: ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user