This commit is contained in:
2025-09-17 14:39:57 +02:00
parent 62f656c156
commit 035d9defe8
9 changed files with 47 additions and 21 deletions

View File

@@ -31,4 +31,8 @@
{{ "<!-- Favicon -->" | safeHTML }}
<link rel="shortcut icon" href="{{ `favicon.png` | absURL }} " type="image/x-icon">
<link rel="icon" href="{{ `images/favicon.png` | absURL }} " type="image/x-icon">
{{ "<!-- reCAPTCHA -->" | safeHTML }}
<!-- <script src="https://www.google.com/recaptcha/api.js" async defer></script> -->
<script src="https://cap.delmar.bzh/assets/widget.js"></script>
</head>