diff options
author | 2021-06-11 00:16:18 +0300 | |
---|---|---|
committer | 2021-06-11 00:22:22 +0300 | |
commit | cced46237dc28c7a687e48e144dd60a1ff7daf58 (patch) | |
tree | 60f226766b1ecc3280f9e9d3426481bc308d4a7f /public/index.html | |
parent | Adds React-Helmet (diff) |
Moves Description Metadata
Moves the description meta tag into a helmet managed context, to allow
subpages to override it.
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html index ca4f5ac..b873cca 100644 --- a/public/index.html +++ b/public/index.html @@ -4,10 +4,6 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#7289DA" /> - <meta - name="description" - content="Python Discord Forms is the surveying system for the Python Discord server." - /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> <link rel="mask-icon" href="/branding/safari-pinned-tab.svg" color="#5bbad5" /> |