diff options
| author | Fuwn <[email protected]> | 2023-12-25 00:21:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-25 00:21:31 -0800 |
| commit | 71d4a6dcfbed5be4b58f5acffb7e6d840ecd951c (patch) | |
| tree | 707a72285b26b8a82ab741cf787f51ec44b1762d /src/app.html | |
| parent | feat(tools): rename default suggestion (diff) | |
| download | due.moe-71d4a6dcfbed5be4b58f5acffb7e6d840ecd951c.tar.xz due.moe-71d4a6dcfbed5be4b58f5acffb7e6d840ecd951c.zip | |
feat(html): update title
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app.html b/src/app.html index 78d4e1ab..173149f7 100644 --- a/src/app.html +++ b/src/app.html @@ -13,8 +13,8 @@ <!-- Facebook --> <meta property="og:url" content="https://due.moe" /> <meta property="og:type" content="website" /> - <meta property="og:title" content="期限" /> - <meta property="og:site_name" content="due.moe" /> + <meta property="og:title" content="due.moe • 期限" /> + <meta property="og:site_name" content="due.moe • 期限" /> <meta property="og:description" content="Instantly view which anime & manga on your lists have new episodes/chapters!" @@ -25,14 +25,14 @@ <meta name="twitter:card" content="summary_large_image" /> <meta property="twitter:domain" content="due.moe" /> <meta property="twitter:url" content="https://due.moe" /> - <meta name="twitter:title" content="期限" /> + <meta name="twitter:title" content="due.moe • 期限" /> <meta name="twitter:description" content="Instantly view which anime & manga on your lists have new episodes/chapters!" /> <meta name="twitter:image" content="https://due.moe/favicon-196x196.png" /> - <title>期限</title> + <title>due.moe • 期限</title> <!-- Web Application Manifest --> <link rel="manifest" href="%sveltekit.assets%/manifest.json" /> |