Merge pull request 'Fixed position of commented.io to head' (#12) from develop into main

Reviewed-on: https://git.feigel.it/SFBadSteben/schachfreunde-badsteben/pulls/12
This commit is contained in:
2025-07-12 15:57:29 +02:00
+2 -1
View File
@@ -20,6 +20,8 @@
<link rel="shortcut icon" type="image/x-icon" <link rel="shortcut icon" type="image/x-icon"
href="<?= url('assets/favicon.ico') ?>"> href="<?= url('assets/favicon.ico') ?>">
<script defer src="https://cdn.commented.io/latest.js"></script>
</head> </head>
<body class="font-sans antialiased bg-sf_grau-400 text-gray-900"> <body class="font-sans antialiased bg-sf_grau-400 text-gray-900">
@@ -58,7 +60,6 @@
<?= js([ <?= js([
'assets/js/navbar.js' 'assets/js/navbar.js'
]) ?> ]) ?>
<script defer src="https://cdn.commented.io/latest.js"></script>
</body> </body>
</html> </html>