add description meta tag

This commit is contained in:
Mystikfluu
2022-12-01 13:55:48 +01:00
parent 819e97a97d
commit b2995e9939
13 changed files with 45 additions and 9 deletions
+2 -1
View File
@@ -79,7 +79,8 @@ export const setup = function (router, con, server) {
cookiebanner: `<script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/3cf33f6b631f3587bf83813b/script.js" async></script>`,
newrelic: load_var("./extra_modules/newrelic_monitor.html"),
getPID: server.global_page_variables.getPID,
getDMPID: server.global_page_variables.getDMPID
getDMPID: server.global_page_variables.getDMPID,
unauthorized_description: "Chat now by creating an account on IPost"
}