Add mod title to mod page meta description (#277)

This commit is contained in:
venashial
2021-07-02 17:04:49 +00:00
committed by GitHub
parent fb6a8d999c
commit 9b4d58cfe8

View File

@@ -530,9 +530,7 @@ export default {
{
hid: 'description',
name: 'description',
content:
this.mod.description +
' View other minecraft mods on Modrinth today! Modrinth is a new and modern Minecraft modding platform supporting both the Forge and Fabric mod loaders.',
content: `${this.mod.title}: ${this.mod.description} View other minecraft mods on Modrinth today! Modrinth is a new and modern Minecraft modding platform supporting both the Forge and Fabric mod loaders.`,
},
{
hid: 'og:url',