aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-06-11 00:16:18 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-06-11 00:22:22 +0300
commitcced46237dc28c7a687e48e144dd60a1ff7daf58 (patch)
tree60f226766b1ecc3280f9e9d3426481bc308d4a7f /public
parentAdds 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')
-rw-r--r--public/index.html4
-rw-r--r--public/manifest.json3
2 files changed, 2 insertions, 5 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" />
diff --git a/public/manifest.json b/public/manifest.json
index af23422..f75c71b 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -21,5 +21,6 @@
"start_url": ".",
"display": "standalone",
"theme_color": "#7289DA",
- "background_color": "#23272A"
+ "background_color": "#23272A",
+ "description": "Python Discord Forms is the surveying system for the Python Discord server."
}