Fix slugs logic

This commit is contained in:
Nathan McCarty 2025-01-22 21:17:38 -05:00
parent 22952a01f7
commit a8e3b30668
2 changed files with 5 additions and 2 deletions

1
blog
View file

@ -91,4 +91,5 @@ multi MAIN(
);
write-db $db-file, $db;
say 'Post inserted with id ', $id;
say 'Post has slugs: ', $db.posts{$id}.all-slugs;
}