Merge pull request 'Added commented.io Script' (#11) from develop into main

Reviewed-on: https://git.feigel.it/SFBadSteben/schachfreunde-badsteben/pulls/11
This commit is contained in:
2025-07-12 15:54:46 +02:00
+7 -4
View File
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="de">
<head>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
@@ -19,9 +20,9 @@
<link rel="shortcut icon" type="image/x-icon"
href="<?= url('assets/favicon.ico') ?>">
</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">
<header>
<?php snippet('navbar') ?>
</header>
@@ -57,5 +58,7 @@
<?= js([
'assets/js/navbar.js'
]) ?>
</body>
<script defer src="https://cdn.commented.io/latest.js"></script>
</body>
</html>