docs: use custom footer with links to docs issues. Fixes #4066
This commit is contained in:
parent
f4eab2cc4a
commit
a1f0bf42dd
1 changed files with 6 additions and 0 deletions
6
docs/_templates/footer.html
vendored
Normal file
6
docs/_templates/footer.html
vendored
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue