Rename function

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent d0fc8efb96
commit 7dc00e33c4
3 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ sitegen.create =>
@titleize = (slug) => titleize_slug slug
@cif = (args, has_block) => cosmo.cif args, has_block
@just_render_the_damn_list = (arg={}, _) =>
@list_posts = (arg={}, _) =>
posts = [post for post in *get_posts @, arg.limit]
html.build ->