Created
July 9, 2009 11:02
-
-
Save alexyoung/143571 to your computer and use it in GitHub Desktop.
After trying to make some Liquid filters, I finally got it to work using a patch to the Jekyll core. If you add elstudio's patch (http://github.com/mojombo/jekyll/issuesearch?state=open&q=sort+#issue/58), it sorts the tags hash using RBTree (you'll have to install that gem). Your tags should be sorted without any modification to your code.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@andrewheiss
I tried a few things, but I couldn't get it to work. Any progress?