Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2022-06-22 18:57:53 +0300
committerDillon <dillonzq@outlook.com>2022-06-22 18:57:53 +0300
commitbe0a4267af766a0f21919445537b5845c8cbc089 (patch)
tree301d33d20af63c85b92da348e87d2a5200f8be7f /layouts
parentac8674b98730b2c7f2ffa44b071cfd2be74cd0d3 (diff)
chore(lib): update lightgallery 2.4.0 -> 2.5.0
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/assets.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/assets.html b/layouts/partials/assets.html
index 3a864853..75b69c63 100644
--- a/layouts/partials/assets.html
+++ b/layouts/partials/assets.html
@@ -43,13 +43,13 @@
{{- /* lightgallery */ -}}
{{- if $params.lightgallery -}}
- {{- $source := $cdn.lightgalleryCSS | default "lib/lightgallery/lightgallery.min.css" -}}
+ {{- $source := $cdn.lightgalleryCSS | default "lib/lightgallery/css/lightgallery-bundle.min.css" -}}
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/style.html" -}}
{{- $source := $cdn.lightgalleryJS | default "lib/lightgallery/lightgallery.min.js" -}}
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
- {{- $source := $cdn.lightgalleryThumbnailJS | default "lib/lightgallery/plugins/lg-thumbnail.min.js" -}}
+ {{- $source := $cdn.lightgalleryThumbnailJS | default "lib/lightgallery/plugins/thumbnail/lg-thumbnail.min.js" -}}
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
- {{- $source := $cdn.lightgalleryZoomJS | default "lib/lightgallery/plugins/lg-zoom.min.js" -}}
+ {{- $source := $cdn.lightgalleryZoomJS | default "lib/lightgallery/plugins/zoom/lg-zoom.min.js" -}}
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
{{- $config = dict "lightgallery" true | merge $config -}}
{{- end -}}