Fix clienti e partenr
Nuove immagini
This commit is contained in:
@ -14,7 +14,8 @@
|
||||
{{ .Site.Params.clients.subtitle | markdownify }}
|
||||
</p>
|
||||
|
||||
<ul class="owl-carousel customers"
|
||||
|
||||
<ul class="owl-carousel customers"
|
||||
data-items="{{ default 6 .Site.Params.CarouselCustomers.items }}"
|
||||
data-autoplay="{{ default false .Site.Params.CarouselCustomers.auto_play }}"
|
||||
data-slide-speed="{{ default 2000 .Site.Params.CarouselCustomers.slide_speed }}"
|
||||
@ -31,6 +32,7 @@
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
<!-- /.owl-carousel -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -75,12 +75,15 @@ _________________________________________________________ -->
|
||||
{{ if isset .Site.Params "copyright" }}
|
||||
<p class="pull-left">{{ .Site.Params.copyright | safeHTML }}</p>
|
||||
{{ end }}
|
||||
<p class="pull-right">
|
||||
{{ i18n "templateBy" | markdownify }} <a href="https://bootstrapious.com/universal-business-e-commerce-template">Bootstrapious</a>.
|
||||
|
||||
<p class="pull-right" style="margin-right:20px;">
|
||||
Theme design by <a href="https://bootstrapious.com/universal-business-e-commerce-template">Bootstrapious</a>
|
||||
<!-- Not removing this link is part of the licence conditions of the template. Thanks for understanding :) -->
|
||||
|
||||
{{ i18n "portedBy" | markdownify }} <a href="https://github.com/devcows/hugo-universal-theme">DevCows</a>.
|
||||
<!-- {{ i18n "portedBy" | markdownify }} <a href="https://github.com/devcows/hugo-universal-theme">DevCows</a>. -->
|
||||
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -11,3 +11,4 @@
|
||||
.box-simple {
|
||||
min-height: 230px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user