feat: add option to remove continue reading

This commit is contained in:
2022-08-10 16:50:03 -04:00
parent ff1fc96a5c
commit e26ab7f284
8 changed files with 3 additions and 229 deletions

View File

@@ -48,7 +48,7 @@ const descText =
<ContentRenderer :value="post" :excerpt="true" tag="article">
<template #empty>No excerpt available.</template>
</ContentRenderer>
<div class="text-right">
<div class="text-right" v-if="!post.nopreview">
<a
:href="post._path"
class="no-underline hover:underline font-semibold text-blue-700 dark:text-blue-400"