diff --git a/src/templates/Person.vue b/src/templates/Person.vue index c671938f9..d96605341 100644 --- a/src/templates/Person.vue +++ b/src/templates/Person.vue @@ -113,6 +113,20 @@ image(width:64, height:64, fit:inside) path } + }, + ... on Project { + title + excerpt + image(width:800) + 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 bf6e0e9f3..874a95e49 100644 --- a/src/templates/Tag.vue +++ b/src/templates/Tag.vue @@ -39,7 +39,7 @@ tag(id: $id) { title path - belongsTo(perPage: 5, page: $page) @paginate { + belongsTo(perPage: 10, page: $page) @paginate { totalCount pageInfo { totalPages