Skip to content

Commit a96e0b4

Browse files
committed
lint
1 parent db08abd commit a96e0b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_layouts/_includes/partnerships.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)