changed date
This commit is contained in:
parent
3e02aa80f6
commit
531e79fa30
2 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{% if guestslug == null %}
|
||||
<h1>The Schedule</h1>
|
||||
<h3>(June 13: not everyone has given us complete travel schedules yet; check back later)</h3>
|
||||
<h1>{{ title }}</h1>
|
||||
<h3>(Updated {{ updated }}: not everyone has given us complete travel schedules yet; check back later)</h3>
|
||||
{% else %}
|
||||
<h1>{{guestname | safe}}'s Schedule</h1>
|
||||
<a class="back-home" href="/">👈 back to full schedule</a>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Wedding Schedule
|
||||
title: The Schedule
|
||||
layout: layouts/base.njk
|
||||
updated: June 15
|
||||
---
|
||||
|
||||
{% include "components/cal.njk" %}
|
||||
Loading…
Reference in a new issue