Merge pull request #1042 from nunocoracao/1030-carousel-transition-interval-not-working

🐛 Fixed carousel transition interval not working
This commit is contained in:
Nuno Coração 2023-11-02 23:12:54 +00:00 committed by GitHub
commit 7970651f41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
{{ $images := .Page.Resources.Match (.Get "images") }}
{{ $interval := default "2000" (.Get "interval") }}
<div id="{{ $id }}" class="relative" data-te-carousel-init data-te-carousel-slide>
<div id="{{ $id }}" class="relative" data-te-carousel-init data-te-ride="carousel">
<div class="absolute right-0 bottom-0 left-0 z-[2] mx-[15%] mb-10 flex list-none justify-center p-0"
data-te-carousel-indicators>

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "hugo-blowfish-theme",
"version": "2.43.1",
"version": "2.44.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hugo-blowfish-theme",
"version": "2.43.1",
"version": "2.44.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {