Created event layout and updated existing events correspondingly

This commit is contained in:
2019-10-20 19:47:41 +00:00
parent c5ba3454b7
commit 194cb89db2
5 changed files with 26 additions and 23 deletions

17
_layouts/event.html Normal file
View File

@ -0,0 +1,17 @@
---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title | escape }}</h1>
<p><strong>{{ page.event-date }}</strong>, {{ page.event-time }}<br />
{{ page.event-location }}</p>
<p><em>{{ page.summary }}</em></p>
</header>
<div class="post-content">
{{ content }}
</div>
</article>