theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.com/
MIT License
1.09k stars 1.12k forks source link

Cannot display icon for custom social #673

Closed pH142857 closed 5 months ago

pH142857 commented 5 months ago

With config.toml:

[[params.ananke_socials]]
name = "garage"
url = "https://garagehq.deuxfleurs.fr/"
#label = "garage"
#icon = "garage"

and the SVG file /assets/ananke/socials/garage.svg (from site root. Also tried from the theme folder) With both label and icon commented out, doesn't display anything. If label, icon or both are uncommented, displays "garage". Never displays the SVG.

Any ideas? Thanks in advance.

pH142857 commented 5 months ago

Now it works. Strange.