summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/default.nix b/html/default.nix
index b68ad07..48ac8fa 100644
--- a/html/default.nix
+++ b/html/default.nix
@@ -9,7 +9,7 @@ let
as = "font";
};
in with html;
-html.html { lang = "en"; } [
+doctype "html" + html.html { lang = "en"; } [
(head [
# Basic page needs
(metaWith { charset = "utf-8"; })