HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.1k stars 2.89k forks source link

Clarivate icon not displaying in academicons #2957

Closed antanij closed 1 year ago

antanij commented 1 year ago

Preliminary Checks

Description

Most other icons render perfectly for my website hosted on Netlify. However, when I try "clarivate", it does not display. If I replace "clarivate" with "publons", it works perfectly.

https://jpswalsh.github.io/academicons/

I tried to see if I need to update the icon pack but the relevant line in the code seems to be pulling the icon pack directly from the above website.

In params.toml:

[icon.pack]
  ai = true  # Academicons icon pack https://jpswalsh.github.io/academicons/

Has anyone come across this issue?

Reproduction Link

https://github.com/wowchemy/wowchemy-hugo-themes/

Steps to Reproduce

Expected Result

The icon "clarivate" on https://jpswalsh.github.io/academicons/ should be displayed on the webpage.

Actual Result

Nothing is displayed on the webpage.

What Hugo Module versions does your site use?

module github.com/wowchemy/starter-academic

go 1.15

require ( github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201230224646-25e0b0627f09 // indirect github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201230224646-25e0b0627f09 )

What operating system(s) are you seeing the problem on?

Windows, Android

What browser(s) are you seeing the problem on?

Chrome

Which Wowchemy template are you using?

Academic Template for Hugo

What version of Hugo are you using?

0.79.1

gcushen commented 1 year ago

Wowchemy currently uses v1.9.2 of the Academicons icon library.

If you require a different version of Academicons, you can change it by overriding the file at https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/modules/wowchemy/data/assets.toml - see the Docs on how to override files