diff --git a/layouts/shortcodes/gallery.html b/layouts/shortcodes/gallery.html index 19677588..a5a9f4d3 100644 --- a/layouts/shortcodes/gallery.html +++ b/layouts/shortcodes/gallery.html @@ -1,12 +1,11 @@ -{{ $time := now.UnixNano }} -{{ $id := delimit (slice "gallery" .Ordinal $time) "-" }} +{{ $id := delimit (slice "gallery" .Ordinal) "-" }}