fix: do not show header on non-article content (2)
This commit is contained in:
parent
fb03714c2f
commit
a7f38e77ae
@ -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>-->
|
||||||
|
Loading…
Reference in New Issue
Block a user