From d259fb5d22a7e7bd3292e4d9bbb25f0987edc624 Mon Sep 17 00:00:00 2001 From: samaradel Date: Tue, 13 Apr 2021 14:51:44 +0200 Subject: [PATCH] Fix links --- src/components/custom/Cards/PostListItem.vue | 32 ++++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/custom/Cards/PostListItem.vue b/src/components/custom/Cards/PostListItem.vue index 8db412432..b62bcfdad 100644 --- a/src/components/custom/Cards/PostListItem.vue +++ b/src/components/custom/Cards/PostListItem.vue @@ -3,29 +3,29 @@ class="flex flex-post px-0 sm:px-4 pb-8 mb-8" v-bind:class="{ 'no-border': !border }" > - + - +
- +

{{ record.title || record.name }}

{{ record.excerpt }}

-
+
@@ -37,31 +37,31 @@ :key="author.id" class="author-list-item" > - + - +
@@ -70,12 +70,12 @@ class="post-tags container mx-auto relative py-3" v-if="displaytags()" > - {{ tag.title.replace("_", " ") }}{{ tag.title.replace("_", " ") }}