Skip to content

Commit

Permalink
Merge pull request #5497 from RasaHQ/fix-docs-footer
Browse files Browse the repository at this point in the history
Fix docs: Don't overwrite footer
  • Loading branch information
tabergma authored Mar 26, 2020
2 parents 181b0c1 + 1ec2569 commit e96c3a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_templates/page.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "!page.html" %}

{% block footer %}
{{ super() }}
<script type="text/javascript">
$(document).ready(function() {
$(".toggle > *").hide();
Expand All @@ -11,4 +12,4 @@
})
});
</script>
{% endblock %}
{% endblock %}

0 comments on commit e96c3a5

Please sign in to comment.