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