adapt social network, add i18n for nl

This commit is contained in:
2023-10-12 10:33:25 +02:00
parent d0009832ef
commit 9a8b7cf3d0
2 changed files with 38 additions and 16 deletions

View File

@@ -1,24 +1,14 @@
{
"main": [
{
"name": "facebook",
"icon": "fab fa-facebook",
"link": "https://www.facebook.com/"
"name": "mastodon",
"icon": "fab fa-mastodon",
"link": "https://mastodon.libre-entreprise.com/@Chill"
},
{
"name": "twitter",
"icon": "fab fa-twitter",
"link": "https://twitter.com/"
},
{
"name": "github",
"icon": "fab fa-github",
"link": "https://www.github.com/"
},
{
"name": "linkedin",
"icon": "fab fa-linkedin",
"link": "https://www.linkedin.com/"
"name": "gitlab",
"icon": "fab fa-gitlab",
"link": "https://www.gitlab.com/"
}
]
}