Anatole: Social icon not show

Created on 30 May 2020  路  4Comments  路  Source: lxndrblz/anatole

image

I already turned off adblock, but still not working.

help wanted

Most helpful comment

Wow thanks, it's work

I didn't notice that the setting in the params

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SamEdwardes picture SamEdwardes  路  6Comments

PiotrWachulec picture PiotrWachulec  路  6Comments

tangxuemei1995 picture tangxuemei1995  路  4Comments

shariq1989 picture shariq1989  路  3Comments

msfjarvis picture msfjarvis  路  3Comments