Implemented header and footer menu

This commit is contained in:
2025-01-08 18:06:08 +01:00
parent 59eebbeb92
commit cc04bbf0f5
6 changed files with 87 additions and 95 deletions

View File

@@ -6,18 +6,4 @@
{% include "card.html.j2" %}
{% endfor %}
</div>
<div class="row">
<div class="col">
<h3>Networks</h3>
<ul>
{% for network in networks %}
<li>
<a href="{{ network.link }}">
<i class="{{ network.icon }}"></i> {{ network.name }}
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
{% endblock %}