From 602878c2e2e2d47fb2076df67fff670bcefa80a2 Mon Sep 17 00:00:00 2001 From: Dave Crossland Date: Fri, 6 Mar 2020 11:26:05 -0500 Subject: [PATCH] navigation.json Reorder Resources to last --- _data/navigation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/navigation.json b/_data/navigation.json index abf3013..89da3dc 100644 --- a/_data/navigation.json +++ b/_data/navigation.json @@ -2,6 +2,6 @@ { "path": "/", "label": "Home" }, { "path": "/about-variable-fonts/", "label": "Designing with variable fonts" }, { "path": "/implementing-variable-fonts/", "label": "Implementation" }, - { "path": "/variable-font-resources/", "label": "Resources" }, - { "path": "/about-this-site/", "label": "About this site" } + { "path": "/about-this-site/", "label": "About this site" }, + { "path": "/variable-font-resources/", "label": "Resources" } ]