How to configure socialIcons
with TOML config format?
#580
Answered
by
svenjacobs
svenjacobs
asked this question in
Q&A
-
Hi all 👋🏼 How do I configure [[params.socialIcons]]
name = 'github'
url = '...'
[[params.socialIcons]]
name = 'email'
url = '...' and [params]
socialIcons = [
{ name = 'github', url = '...' },
{ name = 'email', url = '...' },
] but the icons don't appear 😞 |
Beta Was this translation helpful? Give feedback.
Answered by
svenjacobs
Oct 7, 2021
Replies: 1 comment
-
I'm very sorry, it was my fault. Both syntaxes actually work as expected. My browser ad blocker extension removed the icons 😢 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
svenjacobs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm very sorry, it was my fault. Both syntaxes actually work as expected. My browser ad blocker extension removed the icons 😢