mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Added footer to all user docs. Fixes #3112
This commit is contained in:
@@ -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 %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user