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.
1 parent 96dfcc2 commit 599cbcdCopy full SHA for 599cbcd
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