1
Fork 0
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:
RGBCube 2024-03-04 12:27:09 +03:00
parent 8277b6c071
commit 1b86b359e2
No known key found for this signature in database

View file

@ -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"};