From 5b77e786625e96af015abda2914ebedd1db4b46f Mon Sep 17 00:00:00 2001 From: Jai A Date: Mon, 2 Nov 2020 22:05:08 -0700 Subject: [PATCH] Unpushed stuff --- pages/about.vue | 26 ++++++++++++++++++++++++++ pages/modpacks.vue | 20 ++++++++++++++++++++ pages/mods.vue | 20 ++++++++++++++++++++ pages/privacy.vue | 26 ++++++++++++++++++++++++++ pages/tos.vue | 26 ++++++++++++++++++++++++++ 5 files changed, 118 insertions(+) diff --git a/pages/about.vue b/pages/about.vue index 9bcf06731..a40dadead 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -23,6 +23,32 @@ export default { auth: false, layout: 'home', + head: { + title: 'About - Modrinth', + meta: [ + { + hid: 'description', + name: 'description', + content: + 'View information about Modrinth, an open source modding platform here! Modrinth currently supports Minecraft, including the forge and fabric mod loaders.', + }, + { + hid: 'apple-mobile-web-app-title', + name: 'apple-mobile-web-app-title', + content: 'About', + }, + { + hid: 'og:title', + name: 'og:title', + content: 'About', + }, + { + hid: 'og:url', + name: 'og:url', + content: `https://modrinth.com/about`, + }, + ], + }, } diff --git a/pages/modpacks.vue b/pages/modpacks.vue index b3e05ede0..3db360c2f 100644 --- a/pages/modpacks.vue +++ b/pages/modpacks.vue @@ -36,6 +36,26 @@ diff --git a/pages/mods.vue b/pages/mods.vue index d46fd3289..102e70708 100644 --- a/pages/mods.vue +++ b/pages/mods.vue @@ -479,6 +479,26 @@ export default { document.body.style.overflow !== 'hidden' ? 'hidden' : 'auto' }, }, + head: { + title: 'Mods - Modrinth', + meta: [ + { + hid: 'apple-mobile-web-app-title', + name: 'apple-mobile-web-app-title', + content: 'Mods', + }, + { + hid: 'og:title', + name: 'og:title', + content: 'Mods', + }, + { + hid: 'og:url', + name: 'og:url', + content: `https://modrinth.com/mods`, + }, + ], + }, } diff --git a/pages/privacy.vue b/pages/privacy.vue index b1aeddeee..2c940be25 100644 --- a/pages/privacy.vue +++ b/pages/privacy.vue @@ -141,6 +141,32 @@ export default { auth: false, layout: 'home', + head: { + title: 'Privacy - Modrinth', + meta: [ + { + hid: 'description', + name: 'description', + content: + 'The privacy policy of Modrinth, an open source modding platform. Modrinth currently supports Minecraft, including the forge and fabric mod loaders.', + }, + { + hid: 'apple-mobile-web-app-title', + name: 'apple-mobile-web-app-title', + content: 'Privacy Policy', + }, + { + hid: 'og:title', + name: 'og:title', + content: 'Privacy Policy', + }, + { + hid: 'og:url', + name: 'og:url', + content: `https://modrinth.com/privacy`, + }, + ], + }, } diff --git a/pages/tos.vue b/pages/tos.vue index ab8d8900d..9bb46ceeb 100644 --- a/pages/tos.vue +++ b/pages/tos.vue @@ -150,6 +150,32 @@ export default { auth: false, layout: 'home', + head: { + title: 'TOS - Modrinth', + meta: [ + { + hid: 'description', + name: 'description', + content: + 'The Terms of Service of Modrinth, an open source modding platform. Modrinth currently supports Minecraft, including the forge and fabric mod loaders.', + }, + { + hid: 'apple-mobile-web-app-title', + name: 'apple-mobile-web-app-title', + content: 'Terms of Service', + }, + { + hid: 'og:title', + name: 'og:title', + content: 'Terms of Service', + }, + { + hid: 'og:url', + name: 'og:url', + content: `https://modrinth.com/tos`, + }, + ], + }, }