1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-08 13:16:57 +02:00

chore: update lightgallery from version 2.1.5 to version 2.4.0

This commit is contained in:
oupala
2022-05-04 23:39:33 +02:00
parent 9b7e874d8a
commit 72a2c65bef
2 changed files with 2 additions and 2 deletions

View File

@@ -8,5 +8,5 @@
Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a>
</div><!--/.footer-->
<script src={FOLDERNAME}/theme/apaxy.js></script>
<script src="https://cdn.jsdelivr.net/npm/lightgallery@2.1.5/lightgallery.min.js" integrity="sha256-sHVS2iDjmyChd0/rHQeakkgqpiq6prUrbLIrPq/dIZs=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/lightgallery@2.4.0/lightgallery.min.js" integrity="sha256-rJzhAjlCghJKSkx4mAv3VwVgxDSAbNM0AH7PhP4cDns=" crossorigin="anonymous"></script>
<script src={FOLDERNAME}/theme/apaxy-lightgallery.js></script>

View File

@@ -1,4 +1,4 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightgallery@2.1.5/css/lightgallery-bundle.min.css" integrity="sha256-JrqUj/cTyKLxvTn+wXmmVzgFhhHDZiV+C6Vl1EQ8B1w=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightgallery@2.4.0/css/lightgallery-bundle.min.css" integrity="sha256-1gtpcmuOA//0xcazytnM9JqBM3mUDWgwqW1P9U+2/F8=" crossorigin="anonymous">
<div class="wrapper">
<!-- we open the `wrapper` element here, but close it in the `footer.html` file -->