We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b3a7e2 + e2df182 commit 1f05f28Copy full SHA for 1f05f28
events.html
@@ -12,7 +12,7 @@ <h1 class="mb-4">Events</h1>
12
<div class="news news-summary">
13
<div class="article-content">
14
{% if event.banner %}
15
- <a href="{{ event.path | relative_url }}" class="d-block">
+ <a href="{{ event.url | relative_url }}" class="d-block">
16
<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 }}">
17
</a>
18
{% endif %}
0 commit comments