diff options
| author | Fuwn <[email protected]> | 2023-09-03 22:10:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-03 22:10:47 -0700 |
| commit | 5f2f3872218e7dbdbc0e2ae05d47aef4636203b7 (patch) | |
| tree | b0fe667cbe6286bd9750611029918abdd2519bc5 /src | |
| parent | fix(html): add meta description (diff) | |
| download | due.moe-5f2f3872218e7dbdbc0e2ae05d47aef4636203b7.tar.xz due.moe-5f2f3872218e7dbdbc0e2ae05d47aef4636203b7.zip | |
fix(html): meta name
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.html b/src/app.html index 796ac549..801d1a78 100644 --- a/src/app.html +++ b/src/app.html @@ -11,7 +11,7 @@ /> <meta content="Instantly view which anime & manga on your lists have new episodes/chapters!" - property="description" + name="description" /> <meta content="https://due.moe/favicon.png" property="og:image" /> |