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,26 @@
<div id="smartblog_block" class="block products_block container clearfix">
<div class="products_block_inner row">
<h2 class="home-title">
<a href="fr/smartblog.html">Dernières nouvelles</a>
</h2>
<div class="sdsblog-box-content block_content">
<div id="smartblog-carousel" class="product_list owl-carousel owl-loaded owl-drag">
<div class="owl-stage-outer">
<div class="owl-stage" style="transform: translate3d(-1200px, 0px, 0px); transition: all 0s ease 0s; width: 4800px;">
{{ include ("Shop._partials.blog") }}
{{ include ("Shop._partials.blog") }}
{{ include ("Shop._partials.blog") }}
</div>
<div class="owl-nav">
<div class="owl-prev"><i class="material-icons"></i></div>
<div class="owl-next"><i class="material-icons"></i></div>
</div>
<div class="owl-dots">
<div class="owl-dot active"><span></span></div>
<div class="owl-dot"><span></span></div>
</div>
</div>
</div>
</div>
</div>
</div>