diff options
author | davidovski <david@sendula.com> | 2021-09-01 02:45:04 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-09-01 02:45:04 +0100 |
commit | 7ad0833af0fa9a6b6e66b3e9d55f209ed3ee13db (patch) | |
tree | 2f873ff863298699a14600c643ce1e85d7ca0167 /build.py | |
parent | 372855459a5cb707a1cdbc6d7adb12177afbf44b (diff) |
s
Diffstat (limited to 'build.py')
-rw-r--r-- | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ def make(): [ formatEntry(item_templ, page).replace("%content%", page["html"]) for page in pages - ] + ][: : -1] ) with open(os.path.join(dist, "rss.xml"), "w") as index: |