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,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();