feed at second url

This commit is contained in:
Akbar Rahman 2024-04-13 21:15:42 +01:00
parent 41cadb0354
commit 44e5da27cc
Signed by: alvierahman90
GPG Key ID: 6217899F07CA2BDF

View File

@ -555,6 +555,7 @@ def main(args):
posts=posts, posts=posts,
) )
root_properties['dst_path']['raw'].joinpath('feed.xml').write_text(rss) root_properties['dst_path']['raw'].joinpath('feed.xml').write_text(rss)
root_properties['dst_path']['raw'].joinpath('rss.xml').write_text(rss)
#pprint.pprint(root_properties) #pprint.pprint(root_properties)
# render index # render index