Добавил яндекс метрику
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2024-09-05 23:22:22 +03:00
parent c1b4ec5b05
commit 25eb8ecf3d
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -15,14 +15,15 @@ export const sharedPageComponents: SharedLayout = {
}
}),
],
footer: Component.Footer({
footer: [Component.Footer({
links: {
"About Me": "https://mark.struchkov.dev/cv/",
"B.log": "https://struchkov.dev",
"CV": "https://mark.struchkov.dev/cv/?utm_source=gardenru&utm_medium=organic&utm_campaign=static",
},
}),
Component.YandexMetrika(),
Component.YandexMetrika(),
]
}
const githubSourceConfig = {
repoLink: "https://github.com/upagge/digital-garden",
@ -39,7 +40,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.DesktopOnly(Component.RecentNotes({ showTags: false, limit: 4 })),
Component.DesktopOnly(Component.RecentNotes({showTags: false, limit: 4})),
Component.Ads(),
Component.Darkmode(),
],