From a602b24db3efb3aae0143c82fef1a8495646b877 Mon Sep 17 00:00:00 2001 From: hamdy Date: Thu, 19 Nov 2020 17:20:55 +0200 Subject: [PATCH] fixes --- src/templates/Person.vue | 7 +------ src/templates/Tag.vue | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/src/templates/Person.vue b/src/templates/Person.vue index 9750e6056..b140a7089 100644 --- a/src/templates/Person.vue +++ b/src/templates/Person.vue @@ -139,12 +139,7 @@ path humanTime : startdate(format:"DD MMM YYYY") datetime : created - author { - id - name - image(width:64, height:64, fit:inside) - path - } + } } } diff --git a/src/templates/Tag.vue b/src/templates/Tag.vue index 874a95e49..84a2b514e 100644 --- a/src/templates/Tag.vue +++ b/src/templates/Tag.vue @@ -69,12 +69,7 @@ path humanTime : startdate(format:"DD MMM YYYY") datetime : created - author { - id - name - image(width:64, height:64, fit:inside) - path - } + } } }