We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 660e649 + b3aefb0 commit be5b604Copy full SHA for be5b604
utils.jl
@@ -1,6 +1,6 @@
1
using Dates
2
3
-function hfun_recentposts(params)
+@delay function hfun_recentposts(params)
4
postdir = only(params)
5
list = readdir(postdir)
6
filter!(f -> endswith(f, ".md"), list)
0 commit comments