File tree 5 files changed +10
-6
lines changed
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ replace github.com/bep/galleriesdeluxe => ../
6
6
7
7
require (
8
8
github.com/bep/galleriesdeluxe v0.0.0-20230703155916-942ecbaaea2f // indirect
9
- github.com/bep/gallerydeluxe v0.10 .0 // indirect
10
- github.com/bep/hugo-mod-misc/common-partials v0.0.0-20230704170958-135885e57221 // indirect
9
+ github.com/bep/gallerydeluxe v0.12 .0 // indirect
10
+ github.com/bep/hugo-mod-misc/common-partials v0.1.0 // indirect
11
11
)
Original file line number Diff line number Diff line change 1
1
github.com/bep/gallerydeluxe v0.10.0 h1:0CXOArpCD6S0XdhFpXuShnlqx8VJBCrWhKdgi/xdRjE =
2
2
github.com/bep/gallerydeluxe v0.10.0 /go.mod h1:sUfRcjREo6DwxPo0sMp0TAxNZiGreOY6DY2dWGpSeR8 =
3
+ github.com/bep/gallerydeluxe v0.12.0 h1:Sb6I9WYitsNdgHyS8xxTLUzNpSrUeE9Ihwh1RGmgeEc =
4
+ github.com/bep/gallerydeluxe v0.12.0 /go.mod h1:sUfRcjREo6DwxPo0sMp0TAxNZiGreOY6DY2dWGpSeR8 =
3
5
github.com/bep/hugo-mod-misc/common-partials v0.0.0-20230704093825-0324b29fc581 h1:jC5eaVLYbNgoWRoufZY4DaP+nCPfE07nmAMKN0Bsqhk =
4
6
github.com/bep/hugo-mod-misc/common-partials v0.0.0-20230704093825-0324b29fc581 /go.mod h1:lw2586uqPfye9yTYgSyvZwU3dfpZcjDXmIOJeR4D6O0 =
5
7
github.com/bep/hugo-mod-misc/common-partials v0.0.0-20230704102517-ce194ee16770 h1:fF16cczTlWC0sKkflkcp6eQmve0UAU9e+LhGP2w7jWI =
@@ -8,3 +10,5 @@ github.com/bep/hugo-mod-misc/common-partials v0.0.0-20230704103809-4f6830d6af54
8
10
github.com/bep/hugo-mod-misc/common-partials v0.0.0-20230704103809-4f6830d6af54 /go.mod h1:lw2586uqPfye9yTYgSyvZwU3dfpZcjDXmIOJeR4D6O0 =
9
11
github.com/bep/hugo-mod-misc/common-partials v0.0.0-20230704170958-135885e57221 h1:TlXyw76Uqh20FwHmwPzpctDkWELF4PTOLaAJvqHY8ME =
10
12
github.com/bep/hugo-mod-misc/common-partials v0.0.0-20230704170958-135885e57221 /go.mod h1:lw2586uqPfye9yTYgSyvZwU3dfpZcjDXmIOJeR4D6O0 =
13
+ github.com/bep/hugo-mod-misc/common-partials v0.1.0 h1:SiGnrf9MW1aFczXpXPTDpsGr3SvimIaBXMpZucPxT+g =
14
+ github.com/bep/hugo-mod-misc/common-partials v0.1.0 /go.mod h1:lw2586uqPfye9yTYgSyvZwU3dfpZcjDXmIOJeR4D6O0 =
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
< html lang ="{{ site.Language.LanguageCode }} ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
35
35
{{ $options = $options | merge (dict "enableSourceMap" false "outputStyle" "compressed") }}
36
36
{{ end }}
37
37
{{ $styles := resources.Get "scss/galleriesdeluxe/styles.scss" }}
38
- {{ $styles = $styles | resources.ToCSS $options }}
38
+ {{ $styles = $styles | css.Sass $options }}
39
39
{{ if hugo.IsProduction }}
40
40
{{ $styles = $styles | fingerprint }}
41
41
{{ end }}
Original file line number Diff line number Diff line change 10
10
{{ end }}
11
11
12
12
{{ with $images }}
13
- {{ $id := $.RelPermalink | crypto .FNV32a }}
13
+ {{ $id := $.RelPermalink | hash .FNV32a }}
14
14
{{ $idx := mod $id (len $images) }}
15
15
{{ $first := index $images $idx }}
16
16
{{ $thumb := $first.Fill "400x264 smart" }}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "Multi gallery theme suitable for large galleries."
6
6
homepage = " https://github.com/bep/galleriesdeluxe"
7
7
demosite = " https://galleriesdeluxe.netlify.app/"
8
8
tags = [" Gallery" , " Responsive" ]
9
- min_version = " 0.90 .0"
9
+ min_version = " 0.129 .0"
10
10
[author ]
11
11
name = " Bjørn Erik Pedersen"
12
12
homepage = " http://bep.is"
You can’t perform that action at this time.
0 commit comments