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" rel="stylesheet"
/> />
<link rel="stylesheet" href="/styles.css" /> <link rel="stylesheet" href="/styles.css" />
</head> </head>
<body> <body>

View file

@ -80,12 +80,16 @@ 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.q = window.plausible.q || []).push(arguments); window.plausible ||
}; function () {
window.plausible.init = window.plausible.init || function (i) { (window.plausible.q = window.plausible.q || []).push(arguments);
window.plausible.o = i || {}; };
}; window.plausible.init =
window.plausible.init ||
function (i) {
window.plausible.o = i || {};
};
window.plausible.init(); window.plausible.init();
} }