layout | title | permalink |
---|---|---|
page |
Past Events |
/past/ |
The data listed here is from the public historical XML records used for the Guidebook site. If you have any corrections, please feel free to submit a Pull Request or contact the webmaster with the details.
-
{% assign TodayDate = site.time | date: '%s' %}
{% for post in site.posts%}
{% assign EventDate = post.date | date: '%s' %}
{% if EventDate < TodayDate %}
{% if post.testevent != 1 %}
- {{ post.title }} - {{post.date | date_to_long_string }} {% endif %} {% endif %} {% endfor %}