From b3d9b6ded488c07525d2b77871330e81a72ffbe7 Mon Sep 17 00:00:00 2001 From: samaradel Date: Tue, 28 Sep 2021 19:01:26 +0200 Subject: [PATCH] Fix titles --- src/templates/Info.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/Info.vue b/src/templates/Info.vue index fa9c04024..2965b5957 100644 --- a/src/templates/Info.vue +++ b/src/templates/Info.vue @@ -218,7 +218,7 @@ export default { metaInfo() { return { title: "", - titleTemplate: `ThreeFold | ${this.$page.info.title}`, + titleTemplate: `ThreeFold | ${this.$page.info.id}`, meta: [ { key: "description",