Skip to content

Commit 05ff02a

Browse files
committed
Fixed #220 -- add standard footer to Sphinx template for readthedocs.org
1 parent 77a571f commit 05ff02a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/theme/deis/layout.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
<script src="{{ pathto('_static/js/checkURL.js', 1) }}"></script>
126126
<script src="{{ pathto('_static/js/adjustments.js', 1) }}"></script>
127127

128+
{%- block footer %}{%- endblock %}
128129

129-
</body>
130+
</body>
130131
</html>

0 commit comments

Comments
 (0)