diff options
| author | Fuwn <[email protected]> | 2023-10-04 11:08:37 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-10-04 11:08:37 -0700 |
| commit | a3aa351e40936a6cc28f69414430e1cfe6563ab1 (patch) | |
| tree | f872923da017c75c1014b3269d13c261d366151e /src/app.html | |
| parent | feat(template): loading for initial load (diff) | |
| download | due.moe-a3aa351e40936a6cc28f69414430e1cfe6563ab1.tar.xz due.moe-a3aa351e40936a6cc28f69414430e1cfe6563ab1.zip | |
fix(html): use name for meta description
Diffstat (limited to 'src/app.html')
| -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 34ddc569..3aa5d8c5 100644 --- a/src/app.html +++ b/src/app.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width" /> <meta name="theme-color" content="#060506" /> <meta - property="description" + name="description" content="Instantly view which anime & manga on your lists have new episodes/chapters!" /> |