Added events page and New Trusts event
This commit is contained in:
13
events.md
Normal file
13
events.md
Normal 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 %}
|
Reference in New Issue
Block a user