From 3b64d2fa9a35c7d3c0d37b17518161c1bb06c551 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Sat, 18 Apr 2026 18:10:45 +0000 Subject: [PATCH] Add blog to navigation --- hugo.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 701f851..25628aa 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -41,21 +41,27 @@ menu: - name: 📚 Docs pageRef: /docs/ weight: 2 + - name: Blog + pageRef: /blog/ + params: + type: link + icon: rss + weight: 3 - name: Infrastructure url: /infrastructure/ - weight: 3 + weight: 4 - name: Dissemination url: /docs/d4c-infra-distribution/ - weight: 4 + weight: 5 - name: 📬 Contact pageRef: /contact/ - weight: 5 - - name: Search weight: 6 + - name: Search + weight: 7 params: type: search - name: GitHub - weight: 7 + weight: 8 url: "https://github.com/dataforcanada/d4c-service-main-site" params: icon: github