diff options
| author | Fuwn <[email protected]> | 2023-08-29 13:09:54 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-08-29 13:09:54 -0700 |
| commit | 62d61e373d3f37fd71ebe0a8c32721f9b79af8b9 (patch) | |
| tree | 2b9c3e9de561b34b581030c7e36b8d8a162ba5d2 /src/app.html | |
| parent | fix(app.html): png image (diff) | |
| download | due.moe-62d61e373d3f37fd71ebe0a8c32721f9b79af8b9.tar.xz due.moe-62d61e373d3f37fd71ebe0a8c32721f9b79af8b9.zip | |
fix(mangadex): only count english chapters
Improves chapter count accuracy by a lot!
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/app.html b/src/app.html index c2d4576c..2ad032b3 100644 --- a/src/app.html +++ b/src/app.html @@ -3,10 +3,13 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> - <meta content="期限" property="og:title"> - <meta content="due.moe" property="og:site_name"> - <meta content="Instantly view which anime & manga on your lists have new episodes/chapters!" property="og:description"> - <meta content="https://due.moe/favicon.png" property="og:image"> + <meta content="期限" property="og:title" /> + <meta content="due.moe" property="og:site_name" /> + <meta + content="Instantly view which anime & manga on your lists have new episodes/chapters!" + property="og:description" + /> + <meta content="https://due.moe/favicon.png" property="og:image" /> <title>期限</title> |