From cced46237dc28c7a687e48e144dd60a1ff7daf58 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Fri, 11 Jun 2021 00:16:18 +0300 Subject: Moves Description Metadata Moves the description meta tag into a helmet managed context, to allow subpages to override it. --- public/index.html | 4 ---- public/manifest.json | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'public') 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 @@ - 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." } -- cgit v1.2.3