From e186f0851689763d94c096a1bd6b0732953d7e02 Mon Sep 17 00:00:00 2001 From: Jianan Sun Date: Thu, 21 Oct 2021 17:54:14 +0800 Subject: [PATCH] Fix `page.updated`'s document. #1641 (#1644) --- docs/content/documentation/templates/pages-sections.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/documentation/templates/pages-sections.md b/docs/content/documentation/templates/pages-sections.md index 39a75fb7..17fa0f04 100644 --- a/docs/content/documentation/templates/pages-sections.md +++ b/docs/content/documentation/templates/pages-sections.md @@ -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;