File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
text/source/_themes/xogeny-semantic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 141
141
142
142
{%- macro sponsor_entry(id, level) -%}
143
143
< div id ="sentry-{{id}} " class ="sentry ">
144
- < a class ="logo " href ="{{SponsorsData[id].url }} ">
144
+ < a class ="logo " href ="{{SponsorsData[id].link }} ">
145
145
< img src ="_static/sponsors/{{id}}/logo.png ">
146
146
</ a >
147
147
< dl class ="sponsorinfo ">
148
148
< dt >
149
- < a href ="{{SponsorsData[id].url }} ">
149
+ < a href ="{{SponsorsData[id].link }} ">
150
150
{{SponsorsData[id].name}}
151
151
</ a >
152
152
</ dt >
156
156
</ dd >
157
157
</ dl >
158
158
< br >
159
- < a href ="{{SponsorsData[id].url }} "> {{SponsorsData[id].url }}</ a >
159
+ < a href ="{{SponsorsData[id].link }} "> {{SponsorsData[id].link }}</ a >
160
160
</ div >
161
161
< div style ="clear: both "> </ div >
162
162
{%- endmacro -%}
You can’t perform that action at this time.
0 commit comments