diff --git a/docs/flake-module/zola-pages.nix b/docs/flake-module/zola-pages.nix index ac9333f8..7be72b0e 100644 --- a/docs/flake-module/zola-pages.nix +++ b/docs/flake-module/zola-pages.nix @@ -50,7 +50,7 @@ name: md: '' # generate header for zola with title, template, weight title="${name}" - echo -e "+++\ntitle = \"$title\"\ntemplate = \"docs/page.html\"\nweight = 0\n+++" > "$out/${name}.md" + echo -e "+++\ntitle = \"$title\"\ntemplate = \"docs/page.html\"\n+++" > "$out/${name}.md" cat <> "$out/${name}.md" ${makeIntro name} EOF