Skip to content

Incorrect spacing between LeetCode icon and adjacent icons; RSS icon displayed despite being disabled in configuration #3280

@onixlas

Description

@onixlas

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 sets rss_icon: false.

Steps to Reproduce:

  1. 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
  1. Navigate to the "About" page of the site.
  2. Observe the spacing between the LeetCode icon and its neighboring icons (Kaggle and LinkedIn).
  3. Check whether the RSS icon is visible in the social icons section.

Expected Behavior:

  1. All social icons should be evenly spaced with consistent margins.
  2. The RSS icon should not be displayed when rss_icon: false is set in _data/socials.yml.

Actual Behavior:

  1. The LeetCode icon has a noticeably larger gap on both sides compared to other icons.
  2. 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

Image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions