Skip to content

Commit c6c3874

Browse files
committed
Update Sponsor Image Paths to Use BaseURL
1 parent 51930ee commit c6c3874

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

_data/sponsors.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
- name: European Research Council
2-
image: images/erc.png
2+
image: /images/erc.png
33
- name: Department of Energy
4-
image: images/doe.png
4+
image: /images/doe.png
55
- name: National Science Foundation
6-
image: images/nsf.png
6+
image: /images/nsf.png
77
- name: Internet 2
8-
image: images/i2.png
8+
image: /images/i2.png
99
- name: Institute for Research and Innovation in Software for High Energy Physics
10-
image: images/iris-hep.png
10+
image: /images/iris-hep.png
1111
- name: DARPA
12-
image: images/darpa.jpg
12+
image: /images/darpa.jpg

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h1 class="display-5 fw-bold">Sponsors</h1>
135135
<div class="col-lg-6 mx-auto">
136136

137137
{% for org in site.data.sponsors %}
138-
<img src="{{ org.image }}" style="padding:10px; max-height: 120px; max-width: 120px;" alt="{{ org.name }}"/>
138+
<img src="{{ site.baseurl }}{{ org.image }}" style="padding:10px; max-height: 120px; max-width: 120px;" alt="{{ org.name }}"/>
139139
{% endfor %}
140140

141141
</div>

0 commit comments

Comments
 (0)