From c48e260f85ea8f203e64cbc2a82ff774cf0b5a9f Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Thu, 23 Feb 2023 18:04:20 +0100 Subject: add doctype --- lib/html.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/html.nix') diff --git a/lib/html.nix b/lib/html.nix index aa1c839..8bda47c 100644 --- a/lib/html.nix +++ b/lib/html.nix @@ -202,8 +202,9 @@ let "${tagsContainerFuns.time { date = start; } start} - ${ tagsContainerFuns.time { date = end; } end }"; + doctype = type: "\n"; in tagsContainerFuns // tagsEmptyFuns // { - inherit for comment container empty file href icon lines mailto timerange; + inherit for comment container doctype empty file href icon lines mailto timerange; } // { sort = let lt = x: y: x < y; -- cgit v1.2.3