From 0002d31d7dd783c95d5ff5f7741dc91958188183 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Mon, 14 Oct 2024 13:54:42 +0200 Subject: [PATCH] add note --- presentation/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/presentation/default.nix b/presentation/default.nix index d3f3ef6f..22f9b8b3 100644 --- a/presentation/default.nix +++ b/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}