diff options
Diffstat (limited to 'html/research/talks.nix')
| -rw-r--r-- | html/research/talks.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/research/talks.nix b/html/research/talks.nix index a68e9f3..ed2005a 100644 --- a/html/research/talks.nix +++ b/html/research/talks.nix @@ -65,7 +65,7 @@ dl ( title: type: details [ (summary title) - (pre (code (lib.readFile "${data.research.files}/${type}/${id}"))) + (pre (code (lib.readFile "${data.files}/biblio/${type}/${id}"))) ]; in dd [ |
