diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README index 93fac3e..80ad5c4 100644 --- a/README +++ b/README @@ -41,8 +41,8 @@ TBD. Right now, templates are just HTML in a Python f-string. You have access to the following variables: {content} : Complete file contents. -{meta['title']} : Filename, with extension dropped. -{meta['date']} : File modification date. +{meta[title]} : Filename, with extension dropped. +{meta[date]} : File modification date, in HTTP header format (e.g. "Sat, 23 Oct 2021 18:28:37 GMT") Front matter ------------ |