Remove unused 'heex' templates
This commit is contained in:
@@ -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=".") ->
|
||||
|
||||
Reference in New Issue
Block a user