From cf70bc5c44ff94ef262bda5b3f260195fdc3167f Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Thu, 23 Nov 2023 11:47:48 +0200 Subject: [PATCH] feat: move tests to bottom --- content/one/_index.md | 2 +- content/two/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/one/_index.md b/content/one/_index.md index b3e60f1..67072a1 100644 --- a/content/one/_index.md +++ b/content/one/_index.md @@ -1,5 +1,5 @@ +++ -weight = 10 +weight = 100 title = "Test One" description = "a test project" diff --git a/content/two/_index.md b/content/two/_index.md index d04d641..17e5083 100644 --- a/content/two/_index.md +++ b/content/two/_index.md @@ -1,5 +1,5 @@ +++ -weight = 20 +weight = 101 title = "Test Two" -- 2.44.1