about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2021-10-28 23:29:49 -0500
committerStarfall <us@starfall.systems>2023-12-05 10:00:47 -0600
commit2a076115b8a8e36d1b243a2e29663a108e11e422 (patch)
treeeb6bac60b52c3d617bbf2ad1808df07ecf38f99e
parent53f4e85f105516813b18aedf6248000a76e43431 (diff)
strike: correct README; haven't used fstrings since the first couple of commits
-rw-r--r--README3
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.