diff options
| author | Fuwn <[email protected]> | 2023-09-03 18:45:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-03 18:45:00 -0700 |
| commit | 8b85e2084134dd43eabe06843c197fcd9aa6b50f (patch) | |
| tree | 69f8eb61ee730c1711632ef3c4ed8e5c0e51137e /src | |
| parent | fix: remove useless casts (diff) | |
| download | due.moe-8b85e2084134dd43eabe06843c197fcd9aa6b50f.tar.xz due.moe-8b85e2084134dd43eabe06843c197fcd9aa6b50f.zip | |
fix(html): add meta description
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.html b/src/app.html index f281d226..796ac549 100644 --- a/src/app.html +++ b/src/app.html @@ -9,6 +9,10 @@ content="Instantly view which anime & manga on your lists have new episodes/chapters!" property="og:description" /> + <meta + content="Instantly view which anime & manga on your lists have new episodes/chapters!" + property="description" + /> <meta content="https://due.moe/favicon.png" property="og:image" /> <title>期限</title> |