Skip to content

Commit c94b892

Browse files
authored
Don't treat first column of sponsor levels special
1 parent 3bd8af4 commit c94b892

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

sponsor-us.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,7 @@ tiers:
163163
{{page.tiers_intro.content|markdownify}}
164164
</div>
165165
<div class="list-wrap">
166-
<div class="list-chunk tier-width-2">
167-
<div class="tier-width tier-width-full">
168-
{% assign t = page.tiers[0] %}
169-
{% include tier.html t=t %}
170-
</div>
171-
<div class="tier-width tier-width-full">
172-
{% assign t = page.tiers[1] %}
173-
{% include tier.html t=t %}
174-
</div>
175-
</div>
176-
{% for t in page.tiers offset:2 %}
166+
{% for t in page.tiers %}
177167
{% assign style_attr = "" %}
178168
{% if t.title == "Great White" %}
179169
{% assign style_attr = "style='background-color:#093172'" %}

0 commit comments

Comments
 (0)