We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a613fbc commit 73fa419Copy full SHA for 73fa419
1 file changed
_layouts/events.html
@@ -9,7 +9,7 @@
9
{% endif %}
10
11
<h1 class="text-4xl font-bold mb-2">{{ page.title }}</h1>
12
- <p class="text-gray-500 mb-6">📅 {{ page.date | date: '%A, %B %d, %Y' }} • 📍 {{ page.location }} • 🕒 {{ page.duration }}</p>
+ <p class="text-gray-500 mb-6">📅 {{ page.event_date | date: '%A, %B %d, %Y' }} • 📍 {{ page.location }} • 🕒 {{ page.duration }}</p>
13
14
{% if page.description %}
15
<p class="text-lg text-gray-700 mb-8">{{ page.description }}</p>
0 commit comments