Skip to content

Commit 1f05f28

Browse files
authored
Merge pull request #447 from fallow64/centralize-events-repo
Fix future event href to use the URL instead of the file path
2 parents 1b3a7e2 + e2df182 commit 1f05f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1 class="mb-4">Events</h1>
1212
<div class="news news-summary">
1313
<div class="article-content">
1414
{% if event.banner %}
15-
<a href="{{ event.path | relative_url }}" class="d-block">
15+
<a href="{{ event.url | relative_url }}" class="d-block">
1616
<img class="w-100 image-card-cap rounded mb-3" style="aspect-ratio:3.5;" src="{{ event.banner.path | relative_url }}" alt="{{ event.banner.alt }}">
1717
</a>
1818
{% endif %}

0 commit comments

Comments
 (0)