Remove unnecessary `type`
This commit is contained in:
parent
a6b0326e85
commit
974367754e
|
@ -14,7 +14,7 @@
|
||||||
<link rel="canonical" href="{{ page.url | replace:'index.html', '' | absolute_url }}">
|
<link rel="canonical" href="{{ page.url | replace:'index.html', '' | absolute_url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script>
|
||||||
/* Cut the mustard */
|
/* Cut the mustard */
|
||||||
if ( 'querySelector' in document && 'addEventListener' in window ) {
|
if ( 'querySelector' in document && 'addEventListener' in window ) {
|
||||||
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + 'js';
|
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + 'js';
|
||||||
|
@ -32,4 +32,4 @@
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
{% include head-feed.html %}
|
{% include head-feed.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue