feat: add Support section to Dashboard

Adds the "Support" section (displayed on "Home") to the "Dashboard" page as well.

Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
moson-mo 2023-01-14 13:12:33 +01:00
parent 2150f8bc19
commit f6c4891415
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296
4 changed files with 96 additions and 78 deletions

View file

@ -62,6 +62,9 @@
{% endwith %}
{% endif %}
</div>
<div id="news">
{% include 'partials/support.html' %}
</div>
<!-- Bootstrap typeahead for the homepage. -->
<script type="text/javascript" src="/static/js/typeahead-home.js"></script>