Skip to content

Commit 90daebf

Browse files
authored
Add event to events page (#407)
1 parent 662f81c commit 90daebf

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

_data/events.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
1+
- title: AI, FLOSS, and Sustainability Virtual Forum
2+
location: Online
3+
date: June 11, 2026
4+
url: https://sustainoss.org/events/ai-floss-sustainability-forum-2026/
5+
ranking: 1
6+
17
- title: Sustain Africa 2023
28
location: Lagos, Nigeria
39
date: June 15-17, 2023
410
logo: sustain-africa-2023.svg
511
url: https://blog.oscafrica.org/sustain-africa-2023-community-report
6-
ranking: 1
12+
ranking: 2
713

814
- title: Sustain Africa 2022
915
location: Lagos, Nigeria
1016
date: Mar 24-26, 2022
1117
logo: sustain-africa-2022.svg
1218
url: https://blog.oscafrica.org/sustain-africa-2022-community-report
13-
ranking: 2
19+
ranking: 3
1420

1521
- title: Sustain Summit 2020
1622
location: Brussels, Belgium

events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <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+
{% if event.logo %} <img src="/assets/img/events/{{ event.logo }}" alt="{{ event.title }}" class="card-image">{% endif %}
3030
{% if event.url %}</a>{% endif %}
3131
<h4>{{ event.title }}</h4>
3232
<p class="details">

0 commit comments

Comments
 (0)