diff options
Diffstat (limited to 'themes/hugo-theme-stack/layouts/shortcodes/youtube.html')
-rw-r--r-- | themes/hugo-theme-stack/layouts/shortcodes/youtube.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/themes/hugo-theme-stack/layouts/shortcodes/youtube.html b/themes/hugo-theme-stack/layouts/shortcodes/youtube.html deleted file mode 100644 index 2f85931..0000000 --- a/themes/hugo-theme-stack/layouts/shortcodes/youtube.html +++ /dev/null @@ -1,13 +0,0 @@ -{{- $pc := .Page.Site.Config.Privacy.YouTube -}} -{{- if not $pc.Disable -}} -{{- $ytHost := cond $pc.PrivacyEnhanced "www.youtube-nocookie.com" "www.youtube.com" -}} -{{- $id := .Get "id" | default (.Get 0) -}} -<div class="video-wrapper"> - <iframe loading="lazy" - src="https://{{ $ytHost }}/embed/{{ $id }}{{ with .Get "autoplay" }}{{ if eq . "true" }}?autoplay=1{{ end }}{{ end }}" - allowfullscreen - title="YouTube Video" - > - </iframe> -</div> -{{ end -}}
\ No newline at end of file |