style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-03-07 05:26:40 +00:00 committed by github-actions[bot]
parent 911a2016d0
commit d4733020b6
2 changed files with 10 additions and 7 deletions

View file

@ -33,7 +33,6 @@
rel="stylesheet"
/>
<link rel="stylesheet" href="/styles.css" />
</head>
<body>

View file

@ -80,12 +80,16 @@ if (typeof window !== 'undefined') {
plausibleScript.src = 'https://plausible.canine.tools/js/pa-dCMvQpiD1-AJmi8o3xviO.js';
document.head.appendChild(plausibleScript);
window.plausible = window.plausible || function () {
(window.plausible.q = window.plausible.q || []).push(arguments);
};
window.plausible.init = window.plausible.init || function (i) {
window.plausible.o = i || {};
};
window.plausible =
window.plausible ||
function () {
(window.plausible.q = window.plausible.q || []).push(arguments);
};
window.plausible.init =
window.plausible.init ||
function (i) {
window.plausible.o = i || {};
};
window.plausible.init();
}