docs: use custom footer with links to docs issues. Fixes #4066

This commit is contained in:
Marcin Kuzminski 2016-07-05 23:19:56 +02:00
parent f4eab2cc4a
commit a1f0bf42dd

6
docs/_templates/footer.html vendored Normal file
View file

@ -0,0 +1,6 @@
{% extends "!footer.html" %}
{% block extrafooter %}
<br/>
Documentation defects and suggestions can be submitted <a href="https://issues.rhodecode.com/projects/documentation">here</a>
{% endblock %}