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

github.com/themefisher/timer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZai Chang <zehao.chang@gmail.com>2018-11-04 13:43:37 +0300
committerZai Chang <zehao.chang@gmail.com>2018-11-04 13:43:37 +0300
commit0a610002d9067322a26a0e3a3b90efd5bbe745e0 (patch)
tree2833597f182aa5aa09ffa0a187b2bcabaf63a1fe /layouts
parent5cac044d314d20418a074a94232d9493bb06dbd6 (diff)
• Updated fancybox to 3.5.2 and fixed typo in directory name
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/header.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 8dca960..2ab9192 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -47,7 +47,7 @@
{{ "<!-- slider js -->" | safeHTML }}
<script src="{{ "plugins/slider/slider.js" | absURL }}"></script>
{{ "<!-- Fancybox -->" | safeHTML }}
-<script src="{{ "plugins/facncybox/jquery.fancybox.js" | absURL }}"></script>
+<script src="{{ "plugins/fancybox/jquery.fancybox.min.js" | absURL }}"></script>
{{ "<!-- template main js -->" | safeHTML }}
<script src="{{ "js/main.js" | absURL }}"></script>
</body>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index ffae5db..6d811bf 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -27,7 +27,7 @@
<link rel="stylesheet" href="{{ "plugins/owl-carousel/owl.carousel.css" | absURL }}">
<link rel="stylesheet" href="{{ "plugins/owl-carousel/owl.theme.css" | absURL }}">
{{ "<!-- Fancybox -->" | safeHTML }}
- <link rel="stylesheet" href="{{ "plugins/facncybox/jquery.fancybox.css" | absURL }}">
+ <link rel="stylesheet" href="{{ "plugins/fancybox/jquery.fancybox.min.css" | absURL }}">
{{ "<!-- hover -->" | safeHTML }}
<link rel="stylesheet" href="{{ "plugins/hover/hover-min.css" | absURL }}">
{{ "<!-- template main css file -->" | safeHTML }}