We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dacef commit af1cfdbCopy full SHA for af1cfdb
1 file changed
theme/templates/base.html
@@ -55,7 +55,6 @@
55
{% endif %}
56
57
58
- <h2>Featured Sponsor</h2>
59
<div id="sponsor-sidebar"></div>
60
{% endblock nav %}
61
</section>
@@ -69,7 +68,8 @@ <h2>Featured Sponsor</h2>
69
68
<footer></footer>
70
71
<template id="template-sponsor-sidebar" data-sponsors='{{ SPONSORS["gold"]|tojson }}'>
72
- <a><img /></a>
+ <h2>Featured Sponsor</h2>
+ <a><img /></a>
73
</template>
74
{% endblock footer %}
75
{% endblock body %}
0 commit comments