Commit 910cb286 authored by Muddsair Sharif's avatar Muddsair Sharif
Browse files

Update settings.js

parent eb46865e
Pipeline #3775 passed with stages
in 20 seconds
...@@ -118,7 +118,7 @@ let settings = { ...@@ -118,7 +118,7 @@ let settings = {
}, },
{ {
name: "Gero Lueckemeyer", name: "Gero Lueckemeyer",
avatar: "", avatar: DEFAULT.avatar,
email: "gero.lueckemeyer@hft-stuttgart.de", email: "gero.lueckemeyer@hft-stuttgart.de",
social: [ social: [
{ {
...@@ -135,6 +135,11 @@ let settings = { ...@@ -135,6 +135,11 @@ let settings = {
agent: "linkedin", agent: "linkedin",
icon: DEFAULT.social.linkedin.icon, icon: DEFAULT.social.linkedin.icon,
profile: DEFAULT.social.linkedin.profile profile: DEFAULT.social.linkedin.profile
},
{
agent: "webpage",
icon: DEFAULT.social.webpage.icon,
profile: "https://johndoe.com"
} }
] ]
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment