diff options
| author | Christian Cleberg <[email protected]> | 2026-03-18 12:01:22 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-18 12:01:22 -0500 |
| commit | b1e95ba72c0657437fb3ca898dd3f80ad944a2c5 (patch) | |
| tree | cc41a842d43ce94029f277a6c41abf787ac24357 | |
| parent | b0b66ae57045c2a02282ecfeca63d5442b5fea41 (diff) | |
| download | cleberg.net-b1e95ba72c0657437fb3ca898dd3f80ad944a2c5.tar.gz cleberg.net-b1e95ba72c0657437fb3ca898dd3f80ad944a2c5.tar.bz2 cleberg.net-b1e95ba72c0657437fb3ca898dd3f80ad944a2c5.zip | |
realigning commits
| -rw-r--r-- | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -579,7 +579,7 @@ def main(): update_index_html(html_snippet) inject_blog_year_separators() generate_tags_page() - minify_html("./.build/index.html", "./.build/index.html") + # minify_html("./.build/index.html", "./.build/index.html") generate_sitemap() if deploy: print("Deploying to production...") |
