Added events page and New Trusts event

This commit is contained in:
Nathan Schneider
2019-04-22 13:35:14 -06:00
parent e06a911644
commit 1d4ca6a932
3 changed files with 63 additions and 0 deletions

13
events.md Normal file
View File

@ -0,0 +1,13 @@
---
layout: page
title: Events
permalink: /events/
---
{% if site.tags contains "events" %}
{% for post in site.tags["events"] %}
<p>
<a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a> / <span class="post-meta">{{ post.event-date }}</span> - {{ post.summary }}
</p>
{% endfor %}
{% endif %}