forked from Fediversity/fediversity.eu
Compare commits
1 commit
72fe2e9639
...
008f5a42af
Author | SHA1 | Date | |
---|---|---|---|
008f5a42af |
|
@ -128,6 +128,7 @@ in
|
||||||
'';
|
'';
|
||||||
type = with types; attrsOf (functionTo (functionTo options.files.type));
|
type = with types; attrsOf (functionTo (functionTo options.files.type));
|
||||||
};
|
};
|
||||||
|
# TODO: split out templates and all related helper junk into `../presentation`
|
||||||
config.templates =
|
config.templates =
|
||||||
let
|
let
|
||||||
commonmark = name: markdown: pkgs.runCommand "${name}.html"
|
commonmark = name: markdown: pkgs.runCommand "${name}.html"
|
||||||
|
|
Reference in a new issue