Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

figure out why I can't get the boostrap-icons to be included #633

Open
bennyvasquez opened this issue Sep 10, 2024 · 2 comments
Open

figure out why I can't get the boostrap-icons to be included #633

bennyvasquez opened this issue Sep 10, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bennyvasquez
Copy link
Member

I want to be able to use more and different boostrap icons than have been included in our hugo install. My googling lead me to just including the CSS files by default our installs. I cannot get these files to be rendered correctly for some reason, and am assuming it's a lack of hugo/boostrap knowledge somewhere.

This is what I did to try to get them to work:

commit one commit two

I've included the bi-building-fill-check icon in the sub-title of the software-certification and hardware-certification pages, so you can use those as your testing when trying to get it working, if you'd like.

@pastalian
Copy link
Contributor

pastalian commented Jan 23, 2025

I think the cause of this issue is the outdated bootstrap-icons.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">

-    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">

Updating to 1.11.3 should fix it.

@bennyvasquez
Copy link
Member Author

you're ABSOLUTELY correct. I updated it in a different PR and it fixed the problem. As soon as it's merged in I'll close this one. Thank you so much @pastalian!

@bennyvasquez bennyvasquez self-assigned this Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants