Closed JoeZiminski closed 6 months ago
Thanks for the PR!
Those CI fails are to be expected (I need to fix them separately).
I will merge this and get a release out.
Awesome, thanks @nabobalis!
0.11.9 should be out now, so you can test your blog with that version and see if that solves your problem.
This is working great, thanks @nabobalis !
Thank you for submitting the PR
PR Description
Closes #279. This PR changes the return type of
_strip
function inblog.py
to alist
rather thanset
. This ensures the order of values specified in the blog (e.g.:author:
) is maintained on the postlist.