diff --git a/components/Author.vue b/components/Author.vue index fc7e01518..87b124c93 100644 --- a/components/Author.vue +++ b/components/Author.vue @@ -11,10 +11,21 @@ :href="author.slug ? $router.resolve({ name: 'profile-slug', params: { slug: author.slug } }).href : null" @mouseover="popoverMouseEnter" @mouseleave="popoveMouseLeave"> - {{ author.name | truncate(trunc) }} +
+ +
+
+ {{ author.name | truncate(trunc) }}
+ + {{ post.createdAt | date }} + +
--> + - {{ fanCount }} - Fans + - {{ author.contributionsCount || 0 }} - Beiträge + - {{ author.commentsCount || 0 }} - Kommentare + @@ -85,6 +93,8 @@