layout | title | permalink |
---|---|---|
page |
Events |
/events/ |
-
{%- for post in site.posts-%}
{%- if post.categories contains "events" -%}
-
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{{ post.date | date: date_format }}
{{ post.title | escape }}{%- if post.event_date -%}: {{post.event_date | date: date_format}}{%- endif -%} </a> {%- if post.gcal_link -%} <a target="_blank" href="{{post.gcal_link}}" class="gcal-link"><img border="0" src="/assets/img/google-calendar.png" style="height:30px;"> Google Calendar</a> {%- endif -%} </h3> {%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%} </li>
{%- endif -%} {%- endfor -%}