Remove unused 'heex' templates

This commit is contained in:
2025-06-16 20:18:04 -07:00
parent cff9c43136
commit 951cfd7731
6 changed files with 5 additions and 136 deletions

View File

@@ -22,7 +22,7 @@ split = (str, delimiter="/") ->
[capture for capture in string.gmatch str, "[^#{delimiter}]+"]
last = (list) -> list[#list]
join = (first, last, delimiter="/") -> table.concat {first, last}, delimiter
join = (first, last, delimiter="/") -> table.concat { first, last }, delimiter
target = (path, prefix) -> join prefix, rootname(last(split path))
posts = (path=".") ->