Added footer to all user docs. Fixes #3112

This commit is contained in:
JefftheBest1
2017-01-11 21:24:58 +11:00
committed by showell
parent a613bc43fe
commit 7f7df149ae

View File

@@ -5,9 +5,23 @@
{% block portico_content %} {% block portico_content %}
<div class="app terms-page"> <div class="app terms-page">
<div class="app-main terms-page-container markdown"> <div class="app-main terms-page-container markdown">
{{ article|render_markdown_path }} {{ article|render_markdown_path }}
</div> <div id="footer">
<hr>
<p>
Click <a href="/help/">here</a> to go back to the documentation home page.
</p>
<p>
The Zulip software, including this documentation, is open source
which means that anyone can contribute to it. Click
<a href="https://zulip.readthedocs.io/en/latest/README.html">here</a>
to learn how you can contribute.
</p>
</div>
</div>
</div> </div>
{% endblock %} {% endblock %}