Skip to content

Commit acf6ec9

Browse files
committed
Fix Swiper For Real
1 parent cacd7e0 commit acf6ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<link rel="stylesheet" href="{{ "/css/main.css" | relative_url }}">
3737

3838
{% if page.title == 'Screen Shots' %}
39-
<link rel="stylesheet" href="{{ "/dist/swiper/swiper-bundle.min.css" | relative_url }}">
39+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.css" integrity="sha512-pmAAV1X4Nh5jA9m+jcvwJXFQvCBi3T17aZ1KWkqXr7g/O2YMvO8rfaa5ETWDuBvRq6fbDjlw4jHL44jNTScaKg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
4040
<link rel="stylesheet" href="{{ "/css/screenshots.css" | relative_url }}">
4141
{% endif %}
4242
{% if page.title == 'Uninstall' %}

0 commit comments

Comments
 (0)