diff --git a/layouts/partials/head/scripts.html b/layouts/partials/head/scripts.html
index 034dd82..fd5ffba 100644
--- a/layouts/partials/head/scripts.html
+++ b/layouts/partials/head/scripts.html
@@ -8,6 +8,10 @@
{{ end }}
{{ end }}
+{{ $enquire := resources.Get "js/enquire.min.js" | resources.Fingerprint }}
+
+{{ $lazysizes := resources.Get "js/lazysizes.min.js" | resources.Fingerprint }}
+
{{ $fuse := resources.Get "js/fuse.min.js" | resources.Fingerprint }}
{{ $getParents := resources.Get "js/helper/getParents.js" | resources.Minify | resources.Fingerprint }}
diff --git a/layouts/partials/script/about-script.html b/layouts/partials/script/about-script.html
index 29b6c8b..8b13789 100644
--- a/layouts/partials/script/about-script.html
+++ b/layouts/partials/script/about-script.html
@@ -1,4 +1 @@
-{{ $enquire := resources.Get "js/enquire.min.js" | resources.Fingerprint }}
-
-{{ $lazysizes := resources.Get "js/lazysizes.min.js" | resources.Fingerprint }}
-
+
diff --git a/layouts/partials/script/archive-script.html b/layouts/partials/script/archive-script.html
index 29b6c8b..e69de29 100644
--- a/layouts/partials/script/archive-script.html
+++ b/layouts/partials/script/archive-script.html
@@ -1,4 +0,0 @@
-{{ $enquire := resources.Get "js/enquire.min.js" | resources.Fingerprint }}
-
-{{ $lazysizes := resources.Get "js/lazysizes.min.js" | resources.Fingerprint }}
-
diff --git a/layouts/partials/script/contact-script.html b/layouts/partials/script/contact-script.html
index 29b6c8b..e69de29 100644
--- a/layouts/partials/script/contact-script.html
+++ b/layouts/partials/script/contact-script.html
@@ -1,4 +0,0 @@
-{{ $enquire := resources.Get "js/enquire.min.js" | resources.Fingerprint }}
-
-{{ $lazysizes := resources.Get "js/lazysizes.min.js" | resources.Fingerprint }}
-
diff --git a/layouts/partials/script/gallery-script.html b/layouts/partials/script/gallery-script.html
index 081fbe4..154cbce 100644
--- a/layouts/partials/script/gallery-script.html
+++ b/layouts/partials/script/gallery-script.html
@@ -1,11 +1,7 @@
-{{ $enquire := resources.Get "js/enquire.min.js" | resources.Fingerprint }}
-
{{ $masonry := resources.Get "js/masonry.pkgd.min.js" | resources.Fingerprint }}
{{ $imagesloaded := resources.Get "js/imagesloaded.pkgd.min.js" | resources.Fingerprint }}
-{{ $lazysizes := resources.Get "js/lazysizes.min.js" | resources.Fingerprint }}
-
-
-{{ $lazysizes := resources.Get "js/lazysizes.min.js" | resources.Fingerprint }}
-
diff --git a/layouts/partials/script/showcase-script.html b/layouts/partials/script/showcase-script.html
index 42d0d55..a690197 100644
--- a/layouts/partials/script/showcase-script.html
+++ b/layouts/partials/script/showcase-script.html
@@ -1,7 +1,3 @@
-{{ $enquire := resources.Get "js/enquire.min.js" | resources.Fingerprint }}
-
-{{ $lazysizes := resources.Get "js/lazysizes.min.js" | resources.Fingerprint }}
-
{{ $shave := resources.Get "js/shave.min.js" | resources.Fingerprint }}
diff --git a/layouts/partials/script/single-script.html b/layouts/partials/script/single-script.html
index 0895907..787e922 100644
--- a/layouts/partials/script/single-script.html
+++ b/layouts/partials/script/single-script.html
@@ -1,12 +1,8 @@
{{ $js := .Site.Data.lib.js }}
{{ $css := .Site.Data.lib.css }}
-{{ $enquire := resources.Get "js/enquire.min.js" | resources.Fingerprint }}
-
{{ $clipboard := resources.Get "js/clipboard.min.js" | resources.Fingerprint }}
-{{ $lazysizes := resources.Get "js/lazysizes.min.js" | resources.Fingerprint }}
-
{{ $getParents := resources.Get "js/helper/getParents.js" | resources.Minify }}
{{ $closest := resources.Get "js/helper/closest.js" | resources.Minify }}
diff --git a/layouts/partials/script/taxo-script.html b/layouts/partials/script/taxo-script.html
index 29b6c8b..e69de29 100644
--- a/layouts/partials/script/taxo-script.html
+++ b/layouts/partials/script/taxo-script.html
@@ -1,4 +0,0 @@
-{{ $enquire := resources.Get "js/enquire.min.js" | resources.Fingerprint }}
-
-{{ $lazysizes := resources.Get "js/lazysizes.min.js" | resources.Fingerprint }}
-
diff --git a/layouts/partials/search/site-search-mobile.html b/layouts/partials/search/site-search-mobile.html
index 9ca502d..92a37e7 100644
--- a/layouts/partials/search/site-search-mobile.html
+++ b/layouts/partials/search/site-search-mobile.html
@@ -3,14 +3,14 @@
{{ partial "svgs/etc/search.svg" (dict "width" 22 "height" 22) }}
-
+
-
+
{{ partial "svgs/etc/cancel.svg" (dict "width" 22 "height" 22) }}
-
diff --git a/layouts/talks/list.html b/layouts/talks/list.html
index 9132d38..fdfc139 100644
--- a/layouts/talks/list.html
+++ b/layouts/talks/list.html
@@ -9,6 +9,7 @@
{{ .Content }}
+
{{ $pages := (where .Site.RegularPages "Section" "talks") }}
@@ -35,4 +36,4 @@
{{ partial "script/archive-script" . }}
-{{ end }}
+{{ end }}
\ No newline at end of file