diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-04-25 18:38:38 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-04-25 18:38:38 +0200 |
| commit | 5b124812414fed3335ebb6ede394a656e9d1056a (patch) | |
| tree | cad64e14808112b8f63386929fbf2c5497ebf48e /README | |
| parent | a9fee8efcff4d279eb646c603ee20b6675e1921e (diff) | |
Add front matter parsing
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
