diff options
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: |