From 371efa4df9bbfc896ba79bdd715f151e365af2a3 Mon Sep 17 00:00:00 2001 From: AngeloChecked Date: Sat, 5 Oct 2024 12:21:21 +0200 Subject: [PATCH] some seo improvement and analytics --- blog/components/Base.ts | 17 +++++++++-------- blog/components/Footer.ts | 2 +- blog/components/Menu.ts | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/blog/components/Base.ts b/blog/components/Base.ts index 0d56e59..ff7767a 100644 --- a/blog/components/Base.ts +++ b/blog/components/Base.ts @@ -61,8 +61,8 @@ export const Base = (props: BaseProps) => - ${googleTagManagerScript()} + ${googleTagManagerScript()} ${props.menu}
@@ -76,12 +76,13 @@ export const Base = (props: BaseProps) => function googleTagManagerScript() { return html` - - - + + + `; } diff --git a/blog/components/Footer.ts b/blog/components/Footer.ts index f599e41..3760d29 100644 --- a/blog/components/Footer.ts +++ b/blog/components/Footer.ts @@ -41,7 +41,7 @@ export function Footer(props: { currentPageMenu?: string; menus: MenuInfo[] }) { >, Second Brain, Obsidian and a bit by my ancient theme: Mainroad. You - can find the source code here. + can find the source code here.
diff --git a/blog/components/Menu.ts b/blog/components/Menu.ts index dd26934..27ecd97 100644 --- a/blog/components/Menu.ts +++ b/blog/components/Menu.ts @@ -31,7 +31,7 @@ export function Menu(props: { currentPageMenu?: string; menus: MenuInfo[] }) {
- + AngeloChecked logo
ANGELO CECCATO