feat: updated on and better vue layout
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@ export interface ArticleMetadata {
|
||||
path: string
|
||||
title: string
|
||||
date: Date
|
||||
author: string
|
||||
updated?: Date
|
||||
author?: string
|
||||
thumbnail?: string
|
||||
draft?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user