From 822ff6c1b4395685263737f3cd05cf833c394b88 Mon Sep 17 00:00:00 2001 From: valentin gagarin Date: Wed, 13 Nov 2024 15:24:41 +0100 Subject: [PATCH] add note --- website/presentation/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/website/presentation/default.nix b/website/presentation/default.nix index d3f3ef6f..22f9b8b3 100644 --- a/website/presentation/default.nix +++ b/website/presentation/default.nix @@ -31,6 +31,7 @@ in # TODO: reconsider using `page.outPath` and what to put into `locations`. # maybe we can avoid having ".html" suffixes there. # since templates can output multiple files, `html` is merely one of many things we *could* produce. + # TODO: maybe it would even make sense to split routing and rendering altogether ${page.outPath} = builtins.toFile "${page.name}.html" (templates.html { head = '' ${page.title}