File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,15 @@ <h1 class="h2 text-center mb-4 past-title">Past Events</h1>
26
26
{% assign loopindex = forloop.index | modulo: 3 %}
27
27
< div class ="col-sm-6 col-md-4 event-container ">
28
28
{% 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 ">
30
30
{% if event.url %}</ a > {% endif %}
31
- < h4 >
32
- {{ event.title }}
33
- </ h4 >
31
+ < h4 > {{ event.title }}</ h4 >
34
32
< 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 }}
37
35
</ 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 >
41
38
{% endif %}
42
39
</ div >
43
40
{% if forloop.index == 3 %}
You can’t perform that action at this time.
0 commit comments