Skip to content

Commit 226adba

Browse files
committed
Fix issue #160
Links were not getting displayed correctly. Closes #160
1 parent d7be7fa commit 226adba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/source/_themes/xogeny-semantic/root-page.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@
141141

142142
{%- macro sponsor_entry(id, level) -%}
143143
<div id="sentry-{{id}}" class="sentry">
144-
<a class="logo" href="{{SponsorsData[id].url}}">
144+
<a class="logo" href="{{SponsorsData[id].link}}">
145145
<img src="_static/sponsors/{{id}}/logo.png">
146146
</a>
147147
<dl class="sponsorinfo">
148148
<dt>
149-
<a href="{{SponsorsData[id].url}}">
149+
<a href="{{SponsorsData[id].link}}">
150150
{{SponsorsData[id].name}}
151151
</a>
152152
</dt>
@@ -156,7 +156,7 @@
156156
</dd>
157157
</dl>
158158
<br>
159-
<a href="{{SponsorsData[id].url}}">{{SponsorsData[id].url}}</a>
159+
<a href="{{SponsorsData[id].link}}">{{SponsorsData[id].link}}</a>
160160
</div>
161161
<div style="clear: both"></div>
162162
{%- endmacro -%}

0 commit comments

Comments
 (0)