We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd8af4 commit c94b892Copy full SHA for c94b892
1 file changed
sponsor-us.md
@@ -163,17 +163,7 @@ tiers:
163
{{page.tiers_intro.content|markdownify}}
164
</div>
165
<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
172
- {% assign t = page.tiers[1] %}
173
174
175
176
- {% for t in page.tiers offset:2 %}
+ {% for t in page.tiers %}
177
{% assign style_attr = "" %}
178
{% if t.title == "Great White" %}
179
{% assign style_attr = "style='background-color:#093172'" %}
0 commit comments