From 6adbbd51fdd59bec8174e6929758b7133d4ecaf9 Mon Sep 17 00:00:00 2001
From: Jiri Helebrant <jiri.helebrant@nic.cz>
Date: Mon, 2 May 2022 09:47:47 +0200
Subject: [PATCH] fix sortorder param in test pages

---
 content/pages/cs/ws-test.md | 1 +
 content/pages/en/ws-test.md | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/content/pages/cs/ws-test.md b/content/pages/cs/ws-test.md
index 5f6c976e..50cfbb9d 100644
--- a/content/pages/cs/ws-test.md
+++ b/content/pages/cs/ws-test.md
@@ -3,3 +3,4 @@ title: WebovĂ˝ test
 slug: test-old
 slug_cs: test
 template: ws-test
+sortorder: -1
\ No newline at end of file
diff --git a/content/pages/en/ws-test.md b/content/pages/en/ws-test.md
index b00ab673..0e2da749 100644
--- a/content/pages/en/ws-test.md
+++ b/content/pages/en/ws-test.md
@@ -2,4 +2,5 @@ lang: cs
 title: Web test
 slug: test-old
 template: ws-test
-slug_en: test
\ No newline at end of file
+slug_en: test
+sortorder: -1
\ No newline at end of file
-- 
GitLab