mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-11 08:07:08 +01:00
Add blog details and divider
This commit is contained in:
@@ -35,6 +35,9 @@ useHead({
|
|||||||
Go back
|
Go back
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="mb-2 border-l-2 pl-2 border-gray-300 dark:border-gray-700 rounded-sm">
|
||||||
|
{{ useDateFormat(post.publishedAt, 'DD MMMM YYYY').value }} - {{ post.readingTime }}min.
|
||||||
|
</div>
|
||||||
<AppTitle
|
<AppTitle
|
||||||
:description="post.description"
|
:description="post.description"
|
||||||
:title="post.title ?? 'Untitled'"
|
:title="post.title ?? 'Untitled'"
|
||||||
@@ -48,6 +51,10 @@ useHead({
|
|||||||
alt="Writing cover"
|
alt="Writing cover"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<UDivider
|
||||||
|
class="mt-8"
|
||||||
|
icon="i-ph-pencil-line-duotone"
|
||||||
|
/>
|
||||||
<article class="mt-8">
|
<article class="mt-8">
|
||||||
<ContentRenderer :value="post">
|
<ContentRenderer :value="post">
|
||||||
<ContentRendererMarkdown
|
<ContentRendererMarkdown
|
||||||
|
|||||||
Reference in New Issue
Block a user