latest 3 messages by ccapndave
+
[2021-09-30T08:49:56Z]
ccapndave
Then `def my_sort(input)` gets a string, but I need to get a field (the date) of the post so that I can sort it correctly
+
[2021-09-30T08:49:33Z]
ccapndave
{% assign portfolios2 = site.categories.portfolio | my_sort %}
+
[2021-09-30T08:49:06Z]
ccapndave
Hey everyone - I'm very new to Jekyll plugins, but I'm trying to write a custom sorting filter and can't figure out how to get a property of the posts I'm trying to sort.