mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +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
@@ -1 +1 @@
|
||||
<script type="application/javascript" src="https://gist.github.com/{{ index .Params 0 }}/{{ index .Params 1 }}.js{{if len .Params | eq 3 }}?file={{ index .Params 2 }}{{end}}"></script>
|
||||
<script src="https://gist.github.com/{{ index .Params 0 }}/{{ index .Params 1 }}.js{{if len .Params | eq 3 }}?file={{ index .Params 2 }}{{end}}"></script>
|
||||
|
Reference in New Issue
Block a user