title | layout | col_header | links | |||||
---|---|---|---|---|---|---|---|---|
All Events |
page-w-col |
Event Pages |
|
{% for post in site.categories.all %}
{% if post.subtitle %}{% endif %}
{% if post.event %}{% else %}
{% endfor %}
<script type="text/javascript">
$("#eventsnav").addClass("active");
</script>
{% if post.location %}{{ post.location }}{% else %}Location is not set yet{% endif %}
{% endif %}{{ post.date | date: '%B %d, %Y' }}{% if post.event %} at {% if post.time %}{{ post.time }}{% else %}{{ site.data.basicinfo.event_base_time }}{% endif %} in {% if post.room %}{{ post.room }}{% else %}{{ site.data.basicinfo.event_base_room }}{% endif %}{% endif %} • Category: {{ post.categories | last }}
{{ post.excerpt }}