From 8d32ca223def4031aa26f98e8efc1a8b4e7b7546 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sat, 25 Nov 2023 12:43:52 -0800 Subject: [PATCH] tpl/tplimpl: Remove superfluous type attr on script elements Closes #6379 --- tpl/tplimpl/embedded/templates/disqus.html | 2 +- tpl/tplimpl/embedded/templates/google_analytics.html | 2 +- tpl/tplimpl/embedded/templates/google_analytics_async.html | 2 +- tpl/tplimpl/embedded/templates/shortcodes/gist.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tpl/tplimpl/embedded/templates/disqus.html b/tpl/tplimpl/embedded/templates/disqus.html index d90a525864c..19fcb7fda68 100644 --- a/tpl/tplimpl/embedded/templates/disqus.html +++ b/tpl/tplimpl/embedded/templates/disqus.html @@ -1,7 +1,7 @@ {{- $pc := .Site.Config.Privacy.Disqus -}} {{- if not $pc.Disable -}} {{ if .Site.Config.Services.Disqus.Shortname }}
- {{ else if hasPrefix . "UA-" }} - +