Skip to content

Commit d13fd66

Browse files
committed
Update events.html
1 parent a1a1de6 commit d13fd66

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

events.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,15 @@ <h1 class="h2 text-center mb-4 past-title">Past Events</h1>
2626
{% assign loopindex = forloop.index | modulo: 3 %}
2727
<div class="col-sm-6 col-md-4 event-container">
2828
{% if event.url %}<a href="{{ event.url }}">{% endif %}
29-
<img src="../assets/img/events/{{ event.logo }}" alt="{{ event.title }}" class="card-image">
29+
<img src="/assets/img/events/{{ event.logo }}" alt="{{ event.title }}" class="card-image">
3030
{% if event.url %}</a>{% endif %}
31-
<h4>
32-
{{ event.title }}
33-
</h4>
31+
<h4>{{ event.title }}</h4>
3432
<p class="details">
35-
<strong>Where:</strong> {{ event.location}}<br>
36-
<strong>When:</strong> {{ event.date }}
33+
<strong>Where:</strong> {{ event.location}}<br>
34+
<strong>When:</strong> {{ event.date }}
3735
</p>
38-
{% if event.url %}<a class="learn-more" href="{{ event.url }}">
39-
Learn More
40-
</a>
36+
{% if event.url %}
37+
<a class="learn-more" href="{{ event.url }}">Learn More</a>
4138
{% endif %}
4239
</div>
4340
{% if forloop.index == 3 %}

0 commit comments

Comments
 (0)