File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,29 +15,7 @@ If you have any other ideas for helping Weekly Dev Chat please give [Chris](mail
1515{% for year in sponsors.years.keys() | sort(reverse=true) %}
1616## {{ year }}
1717
18- ### Corporate Sponsors
19-
20- {% for id in sponsors.years[ year] .corporate %}
21- {% if id in sponsors.sponsors %}
22- {% set s = sponsors.sponsors[ id] %}
23- {% if s.image %}![ {{ s.name }}] ({{ s.image }}){: style="width:150px;float: left;padding-right: 10px;"}
24- {% endif %}
25- ** {% if s.link %}[ {{ s.name }}] ({{ s.link }}){% else %}{{ s.name }}{% endif %}**
26-
27- {% if s.description %}{{ s.description }}{% endif %}
28-
29- <div style =" clear : both ;" ></div >
30-
31- {% else %}
32- > ** WARNING:** Unknown sponsor ID ` {{ id }} ` referenced in ` {{ year }} ` corporate list. Check ` data/sponsors.yml ` for a typo.
33-
34- {% endif %}
35- {% endfor %}
36-
37- {% if sponsors.years[ year] .individual %}
38- ### Individual Donors
39-
40- {% for id in sponsors.years[ year] .individual %}
18+ {% for id in (sponsors.years[ year] .corporate or [ ] ) + (sponsors.years[ year] .individual or [ ] ) %}
4119{% if id in sponsors.sponsors %}
4220{% set s = sponsors.sponsors[ id] %}
4321{% if s.image %}![ {{ s.name }}] ({{ s.image }}){: style="width:150px;float: left;padding-right: 10px;"}
@@ -49,9 +27,8 @@ If you have any other ideas for helping Weekly Dev Chat please give [Chris](mail
4927<div style =" clear : both ;" ></div >
5028
5129{% else %}
52- > ** WARNING:** Unknown donor ID ` {{ id }} ` referenced in ` {{ year }} ` individual list . Check ` data/sponsors.yml ` for a typo.
30+ > ** WARNING:** Unknown sponsor ID ` {{ id }} ` referenced in ` {{ year }} ` . Check ` data/sponsors.yml ` for a typo.
5331
5432{% endif %}
5533{% endfor %}
56- {% endif %}
5734{% endfor %}
You can’t perform that action at this time.
0 commit comments