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