aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhistoria <gravel.justness270@slmail.me>2024-10-09 21:11:47 -0400
committerhistoria <gravel.justness270@slmail.me>2024-10-09 21:11:47 -0400
commitd3693c8b2296834c10568e20b772de917354734c (patch)
tree650c16a6e0f434809b3318f41260a127dfc57370 /README.md
parente5fb80009b6c248a41e47eeb9a11f506bb85047b (diff)
downloadssg-blog-d3693c8b2296834c10568e20b772de917354734c.tar.gz
fix: formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 <h1> tag and auto-populate the <title> 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