mirror of
https://github.com/RGBCube/HTMNIX
synced 2025-05-31 12:38:12 +00:00
Rename withDoctype to DOCTYPE and make it a proper element
This commit is contained in:
parent
8277b6c071
commit
1b86b359e2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
call = builtins.scopedImport self;
|
||||
|
||||
withDoctype = body: "<!DOCTYPE html>${body}";
|
||||
DOCTYPE = self.__findFile {} "!DOCTYPE html";
|
||||
|
||||
result = self.call /${builtins.getEnv "TARGET_FILE"};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue