Skip to content

Commit 2abc97e

Browse files
committed
remove photoswipe (didn't work)
1 parent cd2a676 commit 2abc97e

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

_config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -522,13 +522,6 @@ third_party_libraries:
522522
url:
523523
js: "https://cdn.jsdelivr.net/npm/mermaid@{{version}}/dist/mermaid.min.js"
524524
version: "10.7.0"
525-
photoswipe:
526-
integrity:
527-
js: "sha256-VCBpdxvrNNxGHNuTdNqK9kPFkev2XY7DYzHdmgaB69Q="
528-
url:
529-
css: "https://cdn.jsdelivr.net/npm/photoswipe@{{version}}/dist/photoswipe.min.css"
530-
js: "https://cdn.jsdelivr.net/npm/photoswipe@{{version}}/dist/photoswipe.esm.min.js"
531-
version: "5.4.4"
532525
polyfill:
533526
url:
534527
js: "https://cdnjs.cloudflare.com/polyfill/v{{version}}/polyfill.min.js?features=es6"

_includes/head.liquid

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,6 @@
131131
integrity="{{ site.third_party_libraries.img-comparison-slider.integrity.css }}"
132132
crossorigin="anonymous"
133133
>
134-
{% endif %}
135-
<!-- Photoswipe -->
136-
{% if page.images.photoswipe %}
137-
<link
138-
defer
139-
rel="stylesheet"
140-
href="{{ site.third_party_libraries.photoswipe.url.css }}"
141-
crossorigin="anonymous"
142-
>
143134
{% endif %}
144135
<!-- Image slider -->
145136
{% if page.images.slider %}

_scripts/photoswipe-setup.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)