changed date

This commit is contained in:
Spencer Flagg 2022-06-15 23:43:21 +02:00
parent 3e02aa80f6
commit 531e79fa30
2 changed files with 4 additions and 3 deletions

View file

@ -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>

View file

@ -1,6 +1,7 @@
---
title: Wedding Schedule
title: The Schedule
layout: layouts/base.njk
updated: June 15
---
{% include "components/cal.njk" %}