add: basic blog layout

Basic Blog Layout to work on
This commit is contained in:
webfussel 2025-06-11 20:41:34 +02:00
parent 9d691974ce
commit 91b59e4ebe
15 changed files with 278 additions and 3 deletions

View file

@ -8,7 +8,7 @@
<script setup lang="ts">
type Props = {
title : string
titleTag ?: 'strong' | 'h3'
titleTag ?: 'strong' | 'h3' | 'h2'
}
defineProps<Props>()