Skip to content

Commit 9cce4a7

Browse files
committed
remove indentation
1 parent d4e0f54 commit 9cce4a7

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

templates/_common-head.html.twig

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
1-
<meta charset="utf-8"/>
2-
<meta name="viewport" content="width=device-width, initial-scale=1">
1+
<meta charset="utf-8"/>
2+
<meta name="viewport" content="width=device-width, initial-scale=1">
33

4-
<link rel="home" href="https://www.w3.org/"/>
5-
<link rel="icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-32.png"/>
6-
<link rel="apple-touch-icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-180.png"/>
4+
<link rel="home" href="https://www.w3.org/"/>
5+
<link rel="icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-32.png"/>
6+
<link rel="apple-touch-icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-180.png"/>
77

8-
<link rel="stylesheet" href="{{ asset('styles/core.css?ver=1.4', 'website-2021') }}" media="screen"/>
8+
<link rel="stylesheet" href="{{ asset('styles/core.css?ver=1.4', 'website-2021') }}" media="screen"/>
99

10-
<!--
11-
CSS Mustard Cut
12-
Print (Edge doesn't apply to print otherwise)
13-
Edge, Chrome 39+, Opera 26+, Safari 9+, iOS 9+, Android ~5+, Android UCBrowser ~11.8+
14-
FF 47+
15-
-->
16-
<link rel="stylesheet" id="advanced-stylesheet"
17-
href="{{ asset('styles/advanced.css?ver=1.4', 'website-2021') }}" media="
18-
only print,
19-
only all and (pointer: fine), only all and (pointer: coarse), only all and (pointer: none),
20-
only all and (min--moz-device-pixel-ratio:0) and (display-mode:browser), (min--moz-device-pixel-ratio:0) and (display-mode:fullscreen)
21-
">
22-
<link rel="stylesheet" href="{{ asset('styles/print.css', 'website-2021') }}" media="print"/>
10+
<!--
11+
CSS Mustard Cut
12+
Print (Edge doesn't apply to print otherwise)
13+
Edge, Chrome 39+, Opera 26+, Safari 9+, iOS 9+, Android ~5+, Android UCBrowser ~11.8+
14+
FF 47+
15+
-->
16+
<link rel="stylesheet" id="advanced-stylesheet"
17+
href="{{ asset('styles/advanced.css?ver=1.4', 'website-2021') }}" media="
18+
only print,
19+
only all and (pointer: fine), only all and (pointer: coarse), only all and (pointer: none),
20+
only all and (min--moz-device-pixel-ratio:0) and (display-mode:browser), (min--moz-device-pixel-ratio:0) and (display-mode:fullscreen)
21+
">
22+
<link rel="stylesheet" href="{{ asset('styles/print.css', 'website-2021') }}" media="print"/>
2323

24-
<script src="{{ asset('js/libraries/fontfaceobserver.js', 'website-2021') }}"></script>
24+
<script src="{{ asset('js/libraries/fontfaceobserver.js', 'website-2021') }}"></script>
2525

26-
<script>
27-
var myFont = new FontFaceObserver('Noto Sans');
26+
<script>
27+
var myFont = new FontFaceObserver('Noto Sans');
2828
29-
Promise.all([myFont.load()]).then(function () {
30-
document.documentElement.className += " fonts-loaded";
31-
});
29+
Promise.all([myFont.load()]).then(function () {
30+
document.documentElement.className += " fonts-loaded";
31+
});
3232
33-
(function () {
34-
var linkEl = document.getElementById('advanced-stylesheet');
35-
if (window.matchMedia && window.matchMedia(linkEl.media).matches) {
36-
var script = document.createElement('script');
37-
script.src = '{{ asset('js/main.js?ver=1.4', 'website-2021') }}';
38-
script.defer = true;
39-
document.querySelector('head').appendChild(script);
40-
(function (H) {
41-
H.className = H.className.replace(/\bno-js\b/, 'js')
42-
})(document.documentElement);
43-
}
44-
})();
45-
</script>
33+
(function () {
34+
var linkEl = document.getElementById('advanced-stylesheet');
35+
if (window.matchMedia && window.matchMedia(linkEl.media).matches) {
36+
var script = document.createElement('script');
37+
script.src = '{{ asset('js/main.js?ver=1.4', 'website-2021') }}';
38+
script.defer = true;
39+
document.querySelector('head').appendChild(script);
40+
(function (H) {
41+
H.className = H.className.replace(/\bno-js\b/, 'js')
42+
})(document.documentElement);
43+
}
44+
})();
45+
</script>

0 commit comments

Comments
 (0)