-
Notifications
You must be signed in to change notification settings - Fork 12.2k
Open
Labels
Description
Have you checked that your issue isn't already filed?
- I read through FAQ and searched through the past issues, none of which addressed my issue.
- Yes, I have checked that this issue isn't already filed.
Bug description
Incorrect spacing between LeetCode icon and adjacent icons; RSS icon displayed despite being disabled in configuration
How to reproduce the bug
On the "About" page of my al-folio-based site, two issues are observed in the social icons section:
- Excessive Spacing: The LeetCode icon is visually separated from the adjacent icons (Kaggle and LinkedIn) by a larger gap compared to the spacing between other consecutive icons. This inconsistency disrupts the visual alignment and uniformity of the social links block.
- RSS Icon Visibility Despite Disabled Setting: The RSS feed icon is being displayed in the social icons section even though the configuration in
_data/socials.yml
explicitly setsrss_icon: false
.
Steps to Reproduce:
- Deploy an al-folio site with the following configuration in
_data/socials.yml
:
email: example@example.com
github_username: example
kaggle_id: example
leetcode_id: example
linkedin_username: example
rss_icon: false
telegram_username: example
- Navigate to the "About" page of the site.
- Observe the spacing between the LeetCode icon and its neighboring icons (Kaggle and LinkedIn).
- Check whether the RSS icon is visible in the social icons section.
Expected Behavior:
- All social icons should be evenly spaced with consistent margins.
- The RSS icon should not be displayed when rss_icon: false is set in _data/socials.yml.
Actual Behavior:
- The LeetCode icon has a noticeably larger gap on both sides compared to other icons.
- The RSS icon is still rendered despite being disabled in the configuration.
Error messages and logs
The error message you got, with the full traceback if available. Please paste it between these triple backticks.
What operating system are you using?
Linux
Where are you seeing the problem on?
Deployed site
More info
