Skip to content

Commit af1cfdb

Browse files
Update base.html
1 parent a6dacef commit af1cfdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

theme/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
{% endif %}
5656
{% endif %}
5757

58-
<h2>Featured Sponsor</h2>
5958
<div id="sponsor-sidebar"></div>
6059
{% endblock nav %}
6160
</section>
@@ -69,7 +68,8 @@ <h2>Featured Sponsor</h2>
6968
<footer></footer>
7069

7170
<template id="template-sponsor-sidebar" data-sponsors='{{ SPONSORS["gold"]|tojson }}'>
72-
<a><img /></a>
71+
<h2>Featured Sponsor</h2>
72+
<a><img /></a>
7373
</template>
7474
{% endblock footer %}
7575
{% endblock body %}

0 commit comments

Comments
 (0)