I already turned off adblock, but still not working.
Would you mind providing me two pieces of information?
Is there a way I can access your site to try it myself? If yes, please provide the URL.
Could you please also post the content of your config.toml?
Sorry but currently it's still in localhost
config.toml
baseURL = "https://example.org/"
languageCode = "en-us"
title = "Saputro Andi"
theme = "anatole"
paginate = 10
canonifyurls = true
[params]
title = "Saputro Andi"
author = "Saputro Andi"
description = "Passionate developer"
[[params.social]]
name = "Github"
icon = "fab fa-linkedin fa-2x"
weight = 1
url = "https://github.com/sptandi/"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter fa-2x"
weight = 3
url = "https://twitter.com/sptandip/"
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 2
Thanks for sharing the configuration! Can you try to set the icon to just the corresponding fontawesome class?
In case of GitHub that would be the following:
[[params.socialIcons]]
icon = "fa-github"
title = "GitHub"
url = "https://github.com/lxndrblz/anatole/"
You might want to check the config.toml in the exampleSite folder.
Wow thanks, it's work
I didn't notice that the setting in the params
Most helpful comment
Wow thanks, it's work
I didn't notice that the setting in the params