From 03f6964a824e6987f7c2737024c3aad37161b766 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:12:53 +0800 Subject: [PATCH] Fix main page link order in navigation --- src/pages/adoptables.njk | 2 +- src/pages/links.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/adoptables.njk b/src/pages/adoptables.njk index 36b92c6e..f916e874 100644 --- a/src/pages/adoptables.njk +++ b/src/pages/adoptables.njk @@ -4,7 +4,7 @@ desc: A collection of creatures and stuff I have adopted from other websites. isContentDivided: true hasTooltips: true eleventyNavigation: - order: 7 + order: 8 --- {%- macro adoptable(url, file, alt, tooltip=alt) -%} diff --git a/src/pages/links.njk b/src/pages/links.njk index ab5ceb45..6b121113 100644 --- a/src/pages/links.njk +++ b/src/pages/links.njk @@ -4,5 +4,5 @@ title: Links desc: A curated collection of links. hasTooltips: true eleventyNavigation: - order: 8 + order: 9 ---