Skip to content

Commit

Permalink
Move footer links to navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Jul 19, 2024
1 parent d37cb5b commit 0736b47
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions templates/layouts/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@
</div>
</li>

<li class="nav-item{% if menuSlug == 'sponsorship' %} active{% endif %}">
<a class="nav-link" href="{{ path('sponsorship') }}">Sponsorship</a>
</li>

<li class="nav-item{% if menuSlug == 'partners' %} active{% endif %}">
<a class="nav-link" href="{{ path('partners') }}">Partners</a>
</li>
Expand Down Expand Up @@ -196,17 +200,6 @@
<button id="back-to-top" title="Go to top">Top</button>

{% block footer %}
<footer class="footer">
<div class="container">
<ul class="list-inline">
<li class="list-inline-item"><a href="{{ path('projects') }}">Projects</a></li>
<li class="list-inline-item"><a href="{{ path('partners') }}">Partners</a></li>
<li class="list-inline-item"><a href="{{ path('sponsorship') }}">Sponsorship</a></li>
<li class="list-inline-item"><a href="{{ path('community') }}">Community</a></li>
<li class="list-inline-item"><a href="{{ path('blog') }}">Blog</a></li>
</ul>
</div>
</footer>
{% endblock %}

<script id="instantsearch-template" type="text/template">
Expand Down

0 comments on commit 0736b47

Please sign in to comment.