Fix clienti e partenr

Nuove immagini
This commit is contained in:
Maurizio
2026-02-14 17:04:56 +01:00
parent d5494024b1
commit 9c60b2493a
15 changed files with 118 additions and 31 deletions

View File

@ -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>

View File

@ -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>