From aa258eb572b6ffc89ca710dc4d9dfe4338c7d7d4 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Tue, 27 Jan 2026 15:08:00 +0000 Subject: [PATCH] Change order of nav items, contact GitHub organization URL should be last --- hugo.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 62b61a4..bed959d 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -46,14 +46,14 @@ menu: - name: Docs url: /docs/ weight: 2 - - name: GitHub + - name: Contact + url: /contact/ weight: 3 + - name: GitHub + weight: 4 url: "https://github.com/dataforcanada" params: icon: github - - name: Contact - url: /contact/ - weight: 4 params: displayUpdatedDate: true