We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660e649 commit b3aefb0Copy full SHA for b3aefb0
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