From d3693c8b2296834c10568e20b772de917354734c Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 9 Oct 2024 21:11:47 -0400 Subject: fix: formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef81b67..09b8656 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ find "$src" -mindepth 1 -maxdepth 1 -type d ! -path "*/.*" | sort | # Differences from ssg -The title argument from ssg is unnecessary so I've removed it. `render_html_file` used it to modify the first

tag and auto-populate the if none is specified, which is functionality I've never needed. Now `render_html_file` just outputs the header file, output from lowdown, then the footer file with no modifications. +The title argument from ssg is unnecessary so I've removed it. `render_html_file` used it to modify the first `<h1>` tag and auto-populate the `<title>` if none is specified, which is functionality I've never needed. # Alternatives -- cgit v1.2.3