diff options
Diffstat (limited to 'README.md')
| -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 |
