diff --git a/src/settings/template.ts b/src/settings/template.ts index 4b739ac..fd90646 100644 --- a/src/settings/template.ts +++ b/src/settings/template.ts @@ -76,6 +76,7 @@ export type ArticleView = readLength?: number state: string dateArchived?: string + updatedAt: string } | FunctionMap @@ -250,6 +251,7 @@ export const renderArticleContnet = async ( readLength, state: getArticleState(article), dateArchived: article.archivedAt, + updatedAt: article.updatedAt, ...functionMap, }