fix: do not show header on non-article content (2)
This commit is contained in:
@@ -36,7 +36,7 @@ const descText =
|
||||
{{ tag }}
|
||||
</Tag>
|
||||
</div>
|
||||
<ContentRenderer :value="post" :excerpt="true" tag="article">
|
||||
<ContentRenderer :value="post" :excerpt="true" tag="section">
|
||||
<template #empty>No excerpt available.</template>
|
||||
</ContentRenderer>
|
||||
<!--<p v-if="!post.nopreview" class="m-0">…</p>-->
|
||||
|
Reference in New Issue
Block a user