diff options
| author | Christian Cleberg <[email protected]> | 2026-03-13 17:01:14 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-13 17:01:14 -0500 |
| commit | 15f0d530ac72f25ee21b2197e84da126418e4ab5 (patch) | |
| tree | 22af394f342c9fc15f4c5b94671f8702ad57cf89 /build.py | |
| parent | 31f278130078150612f9cbd17953854c6dec58b7 (diff) | |
| download | cleberg.net-15f0d530ac72f25ee21b2197e84da126418e4ab5.tar.gz cleberg.net-15f0d530ac72f25ee21b2197e84da126418e4ab5.tar.bz2 cleberg.net-15f0d530ac72f25ee21b2197e84da126418e4ab5.zip | |
update site title
Diffstat (limited to 'build.py')
| -rw-r--r-- | build.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -258,12 +258,12 @@ def run_emacs_publish(dev_mode=True): print(result.stderr, file=sys.stderr) sys.exit(1) - annoying_file = Path(".build/seijaku.html") + annoying_file = Path(".build/cleberg-net.html") if annoying_file.exists(): os.remove(annoying_file) else: print( - "Warning: .build/seijaku.html not found, but Emacs exited successfully." + "Warning: .build/cleberg-net.html not found, but Emacs exited successfully." ) |
