mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-02 22:52:51 +02:00
tpl/tplimpl: Remove superfluous type attr on script elements
Closes #6379
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
5887230b7d
commit
8d32ca223d
@@ -12,7 +12,7 @@ if (!doNotTrack) {
|
||||
}
|
||||
</script>
|
||||
{{ else if hasPrefix . "UA-" }}
|
||||
<script type="application/javascript">
|
||||
<script>
|
||||
{{ template "__ga_js_set_doNotTrack" $ }}
|
||||
if (!doNotTrack) {
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
Reference in New Issue
Block a user