Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-01-04 23:18:19 +01:00
parent a0f1799114
commit c2dbe618c7
25 changed files with 571 additions and 488 deletions

View File

@ -16,6 +16,8 @@ export interface PostHeader {
date: Date
url?: string
tags?: string[]
modifiedDate?: Date
short?: string
}
export default class Post implements PostInterface {