12 lines
477 B
PHP
12 lines
477 B
PHP
<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> |