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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Aguiar <rmaguiar@tuta.io>2021-02-24 22:30:47 +0300
committerRaphael Aguiar <rmaguiar@tuta.io>2021-02-24 22:30:47 +0300
commit6b016d23b9f5fa6917908e77920c395e68b7ddca (patch)
tree416279ca3ffa8b9a296567f47d0e173e3b0130da /layouts/partials/head.html
parent011e93875dbbd31e6630614d0457211f3fe3f5f8 (diff)
Remove lazysizes library and minor changes
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b90b08f..9a840e3 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -344,10 +344,6 @@
<!-- Preload fonts -->
{{ partialCached "font-preload" . }}
-<!-- Should be loaded even if browser has native lazy load support -->
-{{ $lazysizes := resources.Get "libs/lazysizes@5.3.0/lazysizes.min.js" | resources.ExecuteAsTemplate "js/lazysizes.min.js" . | minify | resources.Fingerprint "sha512" }}
-<script defer src="{{ $lazysizes.RelPermalink }}" crossorigin="anonymous"></script>
-
<!-- Preconnect for KaTeX -->
{{ if or .Params.katex .Site.Params.katex .Params.math .Site.Params.math }}
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin="anonymous">