fixed carousel shortcode

This commit is contained in:
Nuno Coração 2023-11-02 23:11:58 +00:00
parent 25ee0ec2b7
commit b2f8082120
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": {