style: auto-fix linting issues
This commit is contained in:
parent
911a2016d0
commit
d4733020b6
2 changed files with 10 additions and 7 deletions
|
|
@ -33,7 +33,6 @@
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -80,10 +80,14 @@ if (typeof window !== 'undefined') {
|
||||||
plausibleScript.src = 'https://plausible.canine.tools/js/pa-dCMvQpiD1-AJmi8o3xviO.js';
|
plausibleScript.src = 'https://plausible.canine.tools/js/pa-dCMvQpiD1-AJmi8o3xviO.js';
|
||||||
document.head.appendChild(plausibleScript);
|
document.head.appendChild(plausibleScript);
|
||||||
|
|
||||||
window.plausible = window.plausible || function () {
|
window.plausible =
|
||||||
|
window.plausible ||
|
||||||
|
function () {
|
||||||
(window.plausible.q = window.plausible.q || []).push(arguments);
|
(window.plausible.q = window.plausible.q || []).push(arguments);
|
||||||
};
|
};
|
||||||
window.plausible.init = window.plausible.init || function (i) {
|
window.plausible.init =
|
||||||
|
window.plausible.init ||
|
||||||
|
function (i) {
|
||||||
window.plausible.o = i || {};
|
window.plausible.o = i || {};
|
||||||
};
|
};
|
||||||
window.plausible.init();
|
window.plausible.init();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue