Skip to content

Commit 9e3d3c1

Browse files
committed
Fix deprecation warning
1 parent e4d8909 commit 9e3d3c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎layouts/partials/gallerydeluxe/init.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{{ $gallery := site.GetPage $sourcePath }}
2020
{{ $images = $gallery.Resources.ByType "image" }}
2121
{{ end }}
22-
{{ $galleryID := $galleryIDBase | crypto.FNV32a }}
22+
{{ $galleryID := $galleryIDBase | hash.FNV32a }}
2323
{{ $imageDataUrl := "" }}
2424
{{ $s := slice }}
2525
{{ $params := site.Params.gallerydeluxe }}

‎theme.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Fast gallery suitable for lots of images."
66
homepage = "https://github.com/bep/gallerydeluxe"
77
demosite = "https://staticbattery.com/"
88
tags = ["Gallery", "Responsive"]
9-
min_version = "0.90.0"
9+
min_version = "0.129.0"
1010
[author]
1111
name = "Bjørn Erik Pedersen"
1212
homepage = "http://bep.is"

0 commit comments

Comments
 (0)