We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf6339 commit 005ae8dCopy full SHA for 005ae8d
_layouts/posts_events.html
@@ -11,6 +11,7 @@ <h2>Upcoming events</h2>
11
{% assign all_events = site.posts
12
| where_exp: "item", "item.hidden != true"
13
| where_exp: "item", "item.categories contains 'events'"
14
+ | sort: "event.start_date"
15
%}
16
17
{% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %}
0 commit comments