Added location and date
This commit is contained in:
parent
8c2d7fe9cd
commit
e9fa2a976e
|
@ -6,6 +6,8 @@
|
|||
<main class="col-md-10">
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
<p>At {{ page.location }} on {{ page.date|date(site.default_date_format) }}.</p>
|
||||
|
||||
{{ page.blocks.content|raw }}
|
||||
|
||||
{% if page.joindin_id %}
|
||||
|
|
Loading…
Reference in a new issue