fix: do not show header on non-article content (2)

This commit is contained in:
eggy 2023-01-11 15:14:47 -05:00
parent fb03714c2f
commit a7f38e77ae

View File

@ -36,7 +36,7 @@ const descText =
{{ tag }} {{ tag }}
</Tag> </Tag>
</div> </div>
<ContentRenderer :value="post" :excerpt="true" tag="article"> <ContentRenderer :value="post" :excerpt="true" tag="section">
<template #empty>No excerpt available.</template> <template #empty>No excerpt available.</template>
</ContentRenderer> </ContentRenderer>
<!--<p v-if="!post.nopreview" class="m-0"></p>--> <!--<p v-if="!post.nopreview" class="m-0"></p>-->