crisp-theme.git

git clone https://git.crispbyte.dev/crisp-theme.git

commit
69b43d1
parent
ccecc41
author
cheddar
date
2025-04-18 17:53:41 +0200 CEST
Add a charset, good practice
1 files changed,  +1, -0
M _includes/layouts/base.njk
+1, -0
1@@ -1,6 +1,7 @@
2 <!DOCTYPE html>
3 <html>
4   <head>
5+    <meta charset="utf-8">
6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
7     <title>{% if title %}{{ title  }} - {% endif %}{{ metadata.title }}</title>
8     <meta name="description" content="{{ description or metadata.description }}">