From 3c183c18ff76c3b1255ce452c1e6b7a0c64bc592 Mon Sep 17 00:00:00 2001 From: prototypa Date: Fri, 6 Jan 2023 17:44:33 -0500 Subject: [PATCH] Fix some minimal details --- src/components/widgets/Header.astro | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/widgets/Header.astro b/src/components/widgets/Header.astro index ab0115f..92777a8 100644 --- a/src/components/widgets/Header.astro +++ b/src/components/widgets/Header.astro @@ -12,15 +12,15 @@ const links = [ links: [ { text: 'Services', - href: getPermalink('/services'), + href: "#", }, { text: 'About us', - href: getPermalink('/about'), + href: "#", }, { text: 'Contact', - href: getPermalink('/contact'), + href: "#", }, { text: 'Terms', @@ -32,6 +32,10 @@ const links = [ }, ], }, + { + text: 'Resources', + href: getPermalink('useful-resources-to-create-websites', 'post'), + }, { text: 'Blog', href: getBlogPermalink(),