lxndrblz / anatole

Anatole is a minimalistic two-column theme for Hugo.
https://themes.gohugo.io/themes/anatole/
MIT License
650 stars 356 forks source link

Problem with icons not displaying #409

Closed joe-mann closed 1 year ago

joe-mann commented 1 year ago

Describe the bug I'm trying to add the file-user icon to the sidebar, but it isn't displaying.

To Reproduce

Add the following to config.toml and go to the home page.

[[params.socialIcons]]
icon = "fas fa-file-user"
title = "Foo"
url = "/posts/"

Expected behavior

Expect the file-user icon to be present in the sidebar.

Desktop (please complete the following information):

Additional context

Other icons, such as the social icons described here, display fine.

lxndrblz commented 1 year ago

@joe-mann This is a pro icon, unfortunately we do not include these in the theme.

joe-mann commented 1 year ago

@lxndrblz Ah ok I didn't realise that. Thanks for the info.