academicpages / academicpages.github.io

Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
https://academicpages.github.io
MIT License
12.13k stars 43.15k forks source link

Missing whitespace in Medium social field in the sidebar #2316

Closed jaideep156 closed 2 months ago

jaideep156 commented 2 months ago

Describing the bug In the sidebar socials, when I put my medium link, there is no space between the Medium logo and "Medium" text itself.

To Reproduce Steps to reproduce the behavior:

  1. Fork the academicpages.github.io repository.
  2. Click on _config.yml
  3. Scroll down to medium and insert your profile link in quotes. For eg.: "medium.com/@yourusername"
  4. Push your changes

Expected behavior It should show the Medium logo <SPACE> Medium like other socials above.

Screenshots Screenshot 2024-08-08 112143

Desktop:

rjzupkoii commented 2 months ago

I just pushed a small update that should fix this, let me know if it works.

jaideep156 commented 2 months ago

Fixed! Thank you!