From 5c839c787b98ea802f282da37bd8d405c89f7e44 Mon Sep 17 00:00:00 2001 From: sg Date: Thu, 5 Jun 2025 11:18:05 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c34fb22..8ea00cb 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ The resulting HTML files are rendered from the Markdown source files in the `con The correct HTML may be included directly in the source file and will be rendered both in the preview card and in the HTML page. `frontmatter` header is recommended, specifying the following values: - `title`: "Will be rendered in the preview card and in the HTM page" (String) -- `omit_second_title`: "Should the title be displayed immediately above the text in the HTML page (HTML page always also displays the title in the header) (Boolean, `True|False`) -- `date`: Timestamp, like the date and time the text was created. (`2000-01-01T00:00:00+03:00"`) +- `omit_second_title`: "Should the title be displayed immediately above the text in the HTML page (HTML page always also displays the title in the header) (Boolean, "True|False") +- `date`: Timestamp, like the date and time the text was created. ("2000-01-01T00:00:00+03:00") ## Configuration Configuration is minimal and done via the self-explanatory `config.py` file.