This commit is contained in:
Ludovic CANDELLIER
2020-04-15 17:50:53 +02:00
parent 5afd1d02ef
commit 943e2db8cc
108 changed files with 135 additions and 135 deletions

View File

@@ -0,0 +1,12 @@
<div class="breadcrumb-container">
<nav data-depth="1" class="breadcrumb container">
<ol itemscope itemtype="http://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemprop="item" href="fr/">
<span itemprop="name">Accueil</span>
</a>
<meta itemprop="position" content="1">
</li>
</ol>
</nav>
</div>