From 0681f6bf7cd783c68620e2d733a1d37f8c4c54ab Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Fri, 5 Apr 2024 21:52:56 +0200 Subject: [PATCH] docs: don't set page weight since currently the web site simply dumps these pages, this makes it impossible to control the item order --- docs/flake-module/zola-pages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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