From 2a076115b8a8e36d1b243a2e29663a108e11e422 Mon Sep 17 00:00:00 2001 From: Starfall Date: Thu, 28 Oct 2021 23:29:49 -0500 Subject: strike: correct README; haven't used fstrings since the first couple of commits --- README | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit