Skip to content

Commit 73fa419

Browse files
committed
udpate
1 parent a613fbc commit 73fa419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% endif %}
1010

1111
<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>
12+
<p class="text-gray-500 mb-6">📅 {{ page.event_date | date: '%A, %B %d, %Y' }} • 📍 {{ page.location }} • 🕒 {{ page.duration }}</p>
1313

1414
{% if page.description %}
1515
<p class="text-lg text-gray-700 mb-8">{{ page.description }}</p>

0 commit comments

Comments
 (0)