Skip to content

Commit 29d450a

Browse files
Update base.html
1 parent 51ffc67 commit 29d450a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

theme/templates/base.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
</ul>
5555
{% endif %}
5656
{% endif %}
57+
58+
<h2>Featured Sponsor</h2>
59+
<div id="sponsor-sidebar"></div>
5760
{% endblock nav %}
5861
</section>
5962
<section class="aio-content">
@@ -63,9 +66,7 @@
6366
</main>
6467

6568
{% block footer %}
66-
<footer>
67-
<div id="sponsor-sidebar"></div>
68-
</footer>
69+
<footer></footer>
6970

7071
<template id="template-sponsor-sidebar" data-sponsors='{{ SPONSORS|tojson }}'>
7172
<a><img /></a>

0 commit comments

Comments
 (0)