doc: add disclaimer to html doc output

This commit is contained in:
David Lechner
2019-02-27 17:10:06 -06:00
parent d5527f84e3
commit 2bea76d136
3 changed files with 12 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{% extends '!footer.html' %}
{% block extrafooter %}
<div class="disclaimer">{{ disclaimer }}</div>
{% endblock %}