aboutsummaryrefslogtreecommitdiffstats
path: root/docs/templates
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/layout.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/templates/layout.html b/docs/templates/layout.html
index 6ba9e6ff..70532554 100644
--- a/docs/templates/layout.html
+++ b/docs/templates/layout.html
@@ -23,4 +23,5 @@
})();
</script>
-{% endblock %}
+{% endblock %}{% block footer %}
+<div class="footer"> <p> Documentation version {{ version }} {% endblock %}</p></div>