From de8160e6fd2e36a24909fa83a949dfbbfa23964b Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 4 Mar 2024 12:48:14 +0300 Subject: [PATCH] Use DOCTYPE --- site/_base.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/_base.nix b/site/_base.nix index c9e999e..d4814a1 100644 --- a/site/_base.nix +++ b/site/_base.nix @@ -1,5 +1,6 @@ { title }: body: -withDoctype ( + +DOCTYPE {lang="en";} {charset="UTF-8";} @@ -26,4 +27,4 @@ withDoctype ( body <.body> -<.html>) +<.html>