feat: updated on and better vue layout

This commit is contained in:
2026-04-27 11:33:06 +02:00
parent 39cf54624a
commit 89b83e3e43
15 changed files with 81 additions and 69 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ export interface ArticleMetadata {
path: string
title: string
date: Date
author: string
updated?: Date
author?: string
thumbnail?: string
draft?: boolean
}