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

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <daniel.saunders@gmail.com>2021-10-24 08:19:30 +0300
committerDaniel Saunders <daniel.saunders@gmail.com>2021-10-24 08:19:30 +0300
commit6c7692b28a3dd4c1f8e4d7da9b50af96092b33a4 (patch)
tree5871591cb5a10f2c773c64b80b1d9a62c30f77ea /layouts
parentff3e0b8292e73c835fe79d87bdd30d545d5bf052 (diff)
Plyr.io v 3.6.9
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
-rw-r--r--layouts/partials/scripts.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 425a759..7841bf5 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -31,7 +31,7 @@
{{ template "_internal/twitter_cards.html" . }}
<link rel="stylesheet" href="{{ "fontawesome/css/all.min.css" | absURL }}" />
{{- $css := .Site.Data.libs.css -}}
- {{ if .IsPage }}{{ printf "<link rel=\"stylesheet\" href=\"https://cdn.plyr.io/%s/plyr.css\" crossorigin=\"anonymous\">" $css.plyr.version $css.plyr.integrity | safeHTML }}{{ end }}
+ {{ if .IsPage }}{{ printf "<link rel=\"stylesheet\" href=\"https://cdn.plyr.io/%s/plyr.css\" integrity=\"%s\" crossorigin=\"anonymous\">" $css.plyr.version $css.plyr.integrity | safeHTML }}{{ end }}
{{- $ieStyles := resources.Get "scss/ie8.scss" | toCSS | minify -}}
{{- $ieJs := resources.Get "js/ie/html5shiv.js" | minify -}}
{{ printf "<!--[if lte IE 8]><script src=\"%s\"></script><link rel=\"stylesheet\" href=\"%s\" /><![endif]-->" $ieJs.RelPermalink $ieStyles.RelPermalink | safeHTML }}
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index 8914d5d..461852e 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -50,7 +50,7 @@
{{ end }}
{{ `<!--[if lte IE 8]><script src=" {{ $ie.RelPermalink }} "></script><![endif]-->` | safeHTML}}
{{ if .IsPage }}
- {{ printf "<script src=\"https://cdn.plyr.io/%s/plyr.polyfilled.js\" crossorigin=\"anonymous\"></script>" $js.plyr.version $js.plyr.integrity | safeHTML }}
+ {{ printf "<script src=\"https://cdn.plyr.io/%s/plyr.polyfilled.js\" crossorigin=\"anonymous\"></script>" $js.plyr.version | safeHTML }}
<script>
$(document).ready(function() {
if ($("#player").length) {