File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h2>Partnerships</h2>
66 < article >
77 < header >
88 < a href ="{{partner.url}} ">
9- < img src ="{{partner.logo}} " alt ="{{partner.name}} logo " style ="max-height: 80px; object-fit: contain; " >
9+ < img src ="{{partner.logo}} " alt ="{{partner.name}} logo " style ="max-height: 80px; object-fit: contain " / >
1010 </ a >
1111 </ header >
1212 < h3 > < a href ="{{partner.url}} "> {{partner.name}}</ a > </ h3 >
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ class Support(Page):
4747 content_path = "support.md"
4848 template = "support.html"
4949 data = json .loads (pathlib .Path ("_data/foundational_supporters.json" ).read_text ())
50+ partnerships = json .loads (pathlib .Path ("_data/partnerships.json" ).read_text ())
5051
5152
5253@app .page
You can’t perform that action at this time.
0 commit comments