Skip to content

Commit

Permalink
Merge pull request #37 from oujonny/development
Browse files Browse the repository at this point in the history
update Carousel
  • Loading branch information
oujonny authored Jan 13, 2023
2 parents 3e9dda9 + 46b8e5b commit b8cf719
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions content/homepage/referenzen/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Referenzen"
hide_title: true
header_menu: false
title: ""
url: "referenzen"
url_title: "Referenzen"
header_menu: true
weight: 4
type: carousel
---
2 changes: 1 addition & 1 deletion themes/business/layouts/partials/components/carousel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id='{{ partial "utils/anchor.html" . }}-carousel' class="position-relative carousel carousel-dark slide" data-bs-ride="false" data-bs-interval="6000" data-bs-touch="true" data-bs-keyboard="true">
<div id='{{ partial "utils/anchor.html" . }}-carousel' class="position-relative carousel carousel-dark slide" data-bs-ride="carousel" data-bs-interval="26000" data-bs-touch="true" data-bs-keyboard="true">
<a class="unset" type="button" data-bs-slide="next" href='#{{ partial "utils/anchor.html" . }}-carousel'>
<div class="carousel-inner container-fluid p-0 px-0">
{{ range $index, $element := .Pages }}
Expand Down

0 comments on commit b8cf719

Please sign in to comment.