Added commented.io Script
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
|
||||||
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
|
|
||||||
@@ -19,9 +20,9 @@
|
|||||||
|
|
||||||
<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') ?>">
|
||||||
</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>
|
<header>
|
||||||
<?php snippet('navbar') ?>
|
<?php snippet('navbar') ?>
|
||||||
</header>
|
</header>
|
||||||
@@ -57,5 +58,7 @@
|
|||||||
<?= js([
|
<?= js([
|
||||||
'assets/js/navbar.js'
|
'assets/js/navbar.js'
|
||||||
]) ?>
|
]) ?>
|
||||||
</body>
|
<script defer src="https://cdn.commented.io/latest.js"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user