mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2025-07-27 08:41:25 +00:00
Keep only first instance of each blog
This commit is contained in:
@@ -56,6 +56,8 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
posts.insert(0, post_with_image);
|
||||
}
|
||||
|
||||
utilities::retain_first_main_url(&mut posts);
|
||||
|
||||
posts.truncate(16);
|
||||
|
||||
let mut old_posts = all_posts;
|
||||
|
Reference in New Issue
Block a user