diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README index 441fefd..e1418e7 100644 --- a/README +++ b/README @@ -19,7 +19,6 @@ And some stretch goals: * Add links to next & previous generated pages * Turn the extra page into a flexible component that can be added into any other page * Use different templates on different files - * Front matter (see below) * Markup parsing (see below) * More robust created/modified date handling - needs more specification (markup changes vs. template changes, caching original creation date because posix systems don't actually provide that, etc.) @@ -41,7 +40,7 @@ Templating TBD. -Right now, templates are just HTML in a Python f-string. You can use these variables: +Right now, templates are just passed to Python's str.format(). You can use these variables by default: {content} : Complete file contents. {meta[title]} : Filename, with extension dropped. |