diff --git a/layouts/shortcodes/carousel.html b/layouts/shortcodes/carousel.html index c6b844a9..e719a8d3 100644 --- a/layouts/shortcodes/carousel.html +++ b/layouts/shortcodes/carousel.html @@ -1,4 +1,4 @@ -{{ $id := delimit (slice "carousel" (partial "functions/uid.html" .)) "-" }} +{{ $id := delimit (slice "carousel" (partial "functions/uid.html" .) (now.UnixNano)) "-" }} {{ $aspect := default "16-9" (.Get "aspectRatio") }} {{ $interval := default "2000" (.Get "interval") }} @@ -17,7 +17,12 @@ {{ end }} -