Skip to content
Snippets Groups Projects
Commit 82c0efaf authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix main

parent 2ff79183
No related branches found
No related tags found
No related merge requests found
......@@ -11,25 +11,25 @@
<% end %>
</head>
<body>
<main class="page-with-blocks" id="main" role="main" tabindex="-1">
<header class="hero">
<%= yield :image %>
<div class="container">
<div>
<h1><%= yield :title %></h1>
</div>
<ol class="breadcrumb" itemscope="" itemtype="https://schema.org/BreadcrumbList">
<li class="breadcrumb-item" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
<a itemprop="item"><span itemprop="name">Accueil</span></a>
<meta itemprop="position" content="1">
</li>
<li class="breadcrumb-item active" aria-current="page" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
<span itemprop="name"><%= yield :title %></span>
<meta itemprop="position" content="2">
</li>
</ol>
<header class="hero">
<%= yield :image %>
<div class="container">
<div>
<h1><%= yield :title %></h1>
</div>
</header>
<ol class="breadcrumb" itemscope="" itemtype="https://schema.org/BreadcrumbList">
<li class="breadcrumb-item" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
<a itemprop="item"><span itemprop="name">Accueil</span></a>
<meta itemprop="position" content="1">
</li>
<li class="breadcrumb-item active" aria-current="page" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
<span itemprop="name"><%= yield :title %></span>
<meta itemprop="position" content="2">
</li>
</ol>
</div>
</header>
<main class="page-with-blocks" id="main" role="main" tabindex="-1">
<div class="blocks">
<%= yield %>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment