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("_", " ") }}