Add an icon to the footer #19
-
Hi I would like to add a soundcloud icon to the footer: I thought it should be one of those since it is what fontello-codes.css indicates to me. In the _icons.scss file I wrote:
And in the config.yaml:
But it's not yet displayed in the footer. What is missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 26 replies
-
Hi, icons are currently only available as a minified/customized icon font in But there's good news: In
Hope it helps! BTW: I am kind of curious what your background on using the theme is and I want to learn more about the users of my theme 😄 Have a good day! |
Beta Was this translation helpful? Give feedback.
Hi,
icons are currently only available as a minified/customized icon font in
master
branch. This font needs a rebuild in case of any additional icons than mentioned in the config, which ensures minimal loading times by only providing a subset of icons. Unfortunately, this also means it's not enough to add the unicode code point to the_icons.scss
as you did for the SoundCloud icon.But there's good news: In
dev
branch (think of it as "bleeding edge"), I have already integrated my solution for dynamically embedding SVG icons. Hence, you've 3 possibilities to add your SoundCloud icon as far as I can see:dev
branch, runhugo mod get -u
and addsoundcloud: fab soundcloud