added first 2 blog posts!!!

This commit is contained in:
Clevetop 2024-07-26 22:15:35 +10:00
parent 2656ef7e74
commit 0a35d63d32
4 changed files with 85 additions and 23 deletions

View file

@ -14,7 +14,7 @@
<ContentDoc v-slot="{ doc }">
<article class="post">
<h1>{{ doc.title }}</h1>
<p>{{ doc.date }}</p>
<p>Date Posted: {{ doc.date }}</p>
<hr/>
<ContentRenderer :value="doc" />
</article>