From 998fd4e85b538970eb75220656d5b827b7f3d3f1 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Sun, 25 Jan 2026 12:58:28 -0500 Subject: [PATCH] Update logo from PNG to SVG --- hugo.yaml | 5 ++-- static/logo.svg | 67 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 static/logo.svg diff --git a/hugo.yaml b/hugo.yaml index 49b259b..811f499 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -44,11 +44,12 @@ menu: icon: github params: + externalLinkDectoration: true navbar: displayTitle: true displayLogo: true logo: - path: logo.png + path: logo.svg link: / width: 32 height: 32 @@ -73,4 +74,4 @@ params: editURL: enable: true - base: "https://github.com/dataforcanada/www.dataforcanada.org/edit/main/content" \ No newline at end of file + base: "https://github.com/dataforcanada/www.dataforcanada.org/edit/main/content" diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..b92723f --- /dev/null +++ b/static/logo.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file