From 76a769f91bd2b5a5816f868e739b338087d6553b Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Tue, 23 Oct 2018 12:49:59 +0200 Subject: [PATCH] using badges --- components/Badges.vue | 81 ++++++++++++++++++++ components/PostCard.vue | 11 ++- pages/index.vue | 5 ++ pages/post/_slug/index.vue | 10 +++ pages/post/_slug/more-info.vue | 5 ++ pages/profile/_slug.vue | 133 +++++++++++++++++++++++---------- 6 files changed, 201 insertions(+), 44 deletions(-) create mode 100644 components/Badges.vue diff --git a/components/Badges.vue b/components/Badges.vue new file mode 100644 index 000000000..203569230 --- /dev/null +++ b/components/Badges.vue @@ -0,0 +1,81 @@ + + + + + diff --git a/components/PostCard.vue b/components/PostCard.vue index 84ff4d0c2..723ab402f 100644 --- a/components/PostCard.vue +++ b/components/PostCard.vue @@ -12,10 +12,13 @@ - + + + +