From 84ba7220a33435b98333cad093a809f62d654048 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Tue, 27 Jan 2026 15:05:38 +0000 Subject: [PATCH] Make contact form available at header and change content of contact page --- content/contact/_index.md | 2 +- hugo.yaml | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/content/contact/_index.md b/content/contact/_index.md index 22b284d..110c693 100644 --- a/content/contact/_index.md +++ b/content/contact/_index.md @@ -4,4 +4,4 @@ toc: false comments: false --- -Feel free to get in touch with us at info@dataforcanada.org \ No newline at end of file +If you have any questions, feel free to comment on any specific pages in this website, as all pages are tracked to GitHub discussions. \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml index 51e07d3..62b61a4 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -46,19 +46,14 @@ menu: - name: Docs url: /docs/ weight: 2 - # weight: 1 - #- name: Contact - # url: /contact/ - # weight: 2 - #- name: Search - # weight: 2 - # params: - # type: search - name: GitHub weight: 3 url: "https://github.com/dataforcanada" params: icon: github + - name: Contact + url: /contact/ + weight: 4 params: displayUpdatedDate: true