This commit is contained in:
parent
837582dfa0
commit
f2d7a4739a
@ -15,13 +15,16 @@ export const sharedPageComponents: SharedLayout = {
|
||||
}
|
||||
}),
|
||||
],
|
||||
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",
|
||||
},
|
||||
}),
|
||||
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()
|
||||
],
|
||||
}
|
||||
const githubSourceConfig = {
|
||||
repoLink: "https://github.com/upagge/digital-garden",
|
||||
@ -38,7 +41,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(),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user