Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 07b18df

Browse files
committedAug 16, 2024·
remove commend and fix data ref
1 parent 9a5bab1 commit 07b18df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎_includes/partnerships.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
{# This is the partnerships section of the home page #}
2-
31
<div>
42
<h2>Partnerships</h2>
53

64
<p>We're happy to share with you our proud sponsors who offer their products at discounted rates and a portion of proceeds go to support Black Python Devs!</p>
75

86
{% for partner in partnerships %}
97
<div>
10-
<h3>{{ data.partner.name }}</h3>
11-
<p>{{ data.partner.description }}</p>
8+
<h3>{{ site.data.partner.name }}</h3>
9+
<p>{{ site.data.partner.description }}</p>
1210
<a href="{{ data.partner.url }}">Learn more</a>
1311
</div>
1412
{% endfor %}

0 commit comments

Comments
 (0)
Please sign in to comment.