From b3aefb0afd0e8c88c49e898057f70dc1cdcfd4e7 Mon Sep 17 00:00:00 2001 From: Thibaut Lienart Date: Fri, 14 Oct 2022 09:38:08 -0400 Subject: [PATCH] Update utils.jl This will sort out the problem mentioned [here](https://github.com/FluxML/fluxml.github.io/issues/151) --- utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)