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