diff --git a/layouts/partials/bootstrap/accordion.html b/layouts/partials/bootstrap/accordion.html index 03a268f..4a0077f 100644 --- a/layouts/partials/bootstrap/accordion.html +++ b/layouts/partials/bootstrap/accordion.html @@ -16,7 +16,7 @@ {{- else if eq $items false }} {{- warnf `[bootstrap][accordion] the data file is missing: %s.` $data }} {{- else }} - {{- $id := printf "accordion-%d-%s" .Ordinal $data | anchorize }} + {{- $id := printf "accordion-%d-%s" time.Now.UnixMicro $data | anchorize }}