Skip to content

Commit b3aefb0

Browse files
authored
Update utils.jl
This will sort out the problem mentioned [here](#151)
1 parent 660e649 commit b3aefb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Dates
22

3-
function hfun_recentposts(params)
3+
@delay function hfun_recentposts(params)
44
postdir = only(params)
55
list = readdir(postdir)
66
filter!(f -> endswith(f, ".md"), list)

0 commit comments

Comments
 (0)