diff --git a/utils.jl b/utils.jl index 6520f973..3dfd618a 100644 --- a/utils.jl +++ b/utils.jl @@ -1,6 +1,6 @@ using Dates -function hfun_recentposts(params) +@delay function hfun_recentposts(params) postdir = only(params) list = readdir(postdir) filter!(f -> endswith(f, ".md"), list)