Add footer contact links

This commit is contained in:
yehor
2025-10-07 13:04:05 +03:00
parent 342c025697
commit 3daee8bc4d

View File

@@ -105,7 +105,7 @@ const config = {
style: 'dark', style: 'dark',
links: [ links: [
{ {
title: 'This site sections', title: 'This site sections:',
items: [ items: [
{ {
label: 'Blog', label: 'Blog',
@@ -121,7 +121,19 @@ const config = {
}, },
], ],
}, },
{
title: 'Feel free to contact me with questions and/or criticisms:',
items: [
{
label: 'Matrix',
to: 'https://matrix.to/#/@yehor:vi.place',
},
{
label: 'Mastodon',
to: 'https://techhub.social/@estevez',
},
],
},
], ],
copyright: `Copyright © ${new Date().getFullYear()} Yehor Vialov.`, copyright: `Copyright © ${new Date().getFullYear()} Yehor Vialov.`,