Skip to content

Commit

Permalink
Update utils.jl
Browse files Browse the repository at this point in the history
This will sort out the problem mentioned [here](#151)
  • Loading branch information
tlienart authored Oct 14, 2022
1 parent 660e649 commit b3aefb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.jl
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit b3aefb0

Please sign in to comment.