This commit is contained in:
2020-05-27 18:00:19 +02:00
parent 270ed287db
commit a408984d11
14 changed files with 43 additions and 96 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
{% block header %}
<div class="logoLamine">
<h1 class="hdr-logo" role="banner">
<a class="hdr-logo-link" href="{{site.url}}" rel="home">{{site.name}}</a>
{#<a class="hdr-logo-link" href="{{site.url}}" rel="home">{{site.name}}</a>#}
<a class="hdr-logo-link" href="{{site.accueil}}" rel="home">{{site.name}}</a>
</h1>
<nav id="nav-main" class="nav-main" role="navigation">
{% include "menu.twig" with {'items': menu.get_items} %}