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 - } + } } }