1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-07-27 08:41:25 +00:00

Add rss feeds and bump versions

This commit is contained in:
2024-11-19 21:21:08 -07:00
parent 15f801f622
commit 34f715b07d
4 changed files with 19 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ fn main() -> Result<(), Box<dyn Error>> {
utilities::retain_most_recent_based_on_main_url(&mut posts);
posts.truncate(16);
posts.truncate(24);
let mut old_posts = all_posts;