Skip to content

Commit be5b604

Browse files
authored
Merge pull request #152 from tlienart/patch-2
Update utils.jl
2 parents 660e649 + b3aefb0 commit be5b604

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)