diff options
Diffstat (limited to 'docs/templates/layout.html')
| -rw-r--r-- | docs/templates/layout.html | 3 |
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> |
