hexo-theme-cactus icon indicating copy to clipboard operation
hexo-theme-cactus copied to clipboard

Social Links Formatting: Spacing does not work properly sometimes

Open metters opened this issue 2 years ago • 0 comments

The spacing between social links sometimes seems broken. For example, there might be a whitespace between the last fontawesome and the fullstop: Screenshot 2022-04-10 at 08 10 51 Running example of this one: issue.metters.dev

Sometimes the whitespace is missing, which i found in a blog, not belonging to me: Screenshot 2022-04-10 at 08 11 03 ~~No source of this one - I still have to ask the owner whether I may post his blog here.~~ Source: https://blog.jonasgroeger.de/ I tried to recreate the issue with his links though. This did not work, unfortunately.

In my own example,social_links was configured like this:

social_links:
  github: https://github.com/john_doe
  xing: https://www.xing.com/profile/John_Doe
  mail: mailto:[email protected]

If I change the order the issue disappears. I believe it is not the content of the links alone that determines whether the spacing/formatting works properly. Thus, there should be some other aspect responsible for the bug besides the order of the links.

I only configured the three links of my deployed example, the rest was just a newly initiated hexo-blog with the cactus template., which means the steps to recreate this are described in the readme file.

metters avatar Apr 10 '22 06:04 metters