-
Notifications
You must be signed in to change notification settings - Fork 116
How to add social media links and icons? #17
Comments
And how to delete this telephone icon? I deleted the line of the telephone in the config.toml under the section [params.contact] . But I still have the telephone icon. |
ok I got it. It's in the contact.html But how can I make a link with it? I want to add a Instagram Page. I got the instagram logo instead of the phone icon, but how can I make a link? |
ok I wrote it directly as a html link in the footer.html. Not nice I guess... :) |
Is it possible to add the social media stuff in the config.toml? I guess this would be nice for some first users of this theme... :) |
Where would you like to add them?
Add a HTML link like with the email at the right. Perhaps it's better to add a custom variable to the config file under [params]
instagramLink = "https://instagram.com/EXAMPLE" You can access the values in the templates with
What exactly do you have in mind? What should go where? |
Yes this is exactly what I thought. And I thought to make this fix in your creative theme template for first users.(only with main social media icons). At first it was hard to find for me where the social media icons are because probably I'm very new to hugo. So I think it would be nice for first users(like I was) to integrate the social media icons in the config.toml. That you only have to fill out your social media links in the config.toml without to write variables in the contact.html. |
How can I add social media links and icons in this theme?
The text was updated successfully, but these errors were encountered: