From 5b124812414fed3335ebb6ede394a656e9d1056a Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Tue, 25 Apr 2023 18:38:38 +0200 Subject: Add front matter parsing --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index c2155f1..6a4af29 100644 --- a/README +++ b/README @@ -90,8 +90,8 @@ Example --- title: Hello World description: This is a simple example of a Markdown document. - publication_time: 2013-01-01 - last_update_time: 2013-01-01 + publication_time: 2020-01-01T00:00:00Z + last_update_time: 2020-01-01T03:00:00Z keywords: [example, hello, world] author: John Doe hide: true -- cgit v1.2.3