diff options
| author | historia <gravel.justness270@slmail.me> | 2024-10-09 21:11:47 -0400 |
|---|---|---|
| committer | historia <gravel.justness270@slmail.me> | 2024-10-09 21:11:47 -0400 |
| commit | d3693c8b2296834c10568e20b772de917354734c (patch) | |
| tree | 650c16a6e0f434809b3318f41260a127dfc57370 | |
| parent | e5fb80009b6c248a41e47eeb9a11f506bb85047b (diff) | |
| download | ssg-blog-d3693c8b2296834c10568e20b772de917354734c.tar.gz | |
fix: formatting
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
