summaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authordavidovski <david@sendula.com>2021-09-01 02:45:04 +0100
committerdavidovski <david@sendula.com>2021-09-01 02:45:04 +0100
commit7ad0833af0fa9a6b6e66b3e9d55f209ed3ee13db (patch)
tree2f873ff863298699a14600c643ce1e85d7ca0167 /build.py
parent372855459a5cb707a1cdbc6d7adb12177afbf44b (diff)
s
Diffstat (limited to 'build.py')
-rw-r--r--build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index 815a759..45d8982 100644
--- a/build.py
+++ b/build.py
@@ -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: