Fix `page.updated`'s document. #1641 (#1644)

This commit is contained in:
Jianan Sun 2021-10-21 17:54:14 +08:00 committed by GitHub
parent f8020a3139
commit e186f08516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ content: String;
title: String?;
description: String?;
date: String?;
// `updated` will be the same as `date` if `date` is specified but `updated` is not in front-matter
updated: String?;
slug: String;
path: String;