Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.03 KB

events.md

File metadata and controls

25 lines (23 loc) · 1.03 KB
title layout col_header links
All Events
page-w-col
Event Pages
link title
/git
Git

{% for post in site.categories.all %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %} {% if post.event %}{% else %}

{% 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 }}

Read more »

{% endfor %} <script type="text/javascript"> $("#eventsnav").addClass("active"); </script>