rahuldkjain / github-profile-readme-generator

🚀 Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.
https://rahuldkjain.github.io/gh-profile-readme-generator
Apache License 2.0
21.55k stars 6.83k forks source link

No Social links or icons rendering in generated html profiles. #601

Open rezamay opened 2 years ago

rezamay commented 2 years ago

Describe the bug When I use https://rahuldkjain.github.io/gh-profile-readme-generator/)

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Fill out form, Click on 'generate'
  3. Scroll down to "Connect with me." section on generated readem.md
  4. Notice no social links are rendered in the readme.md generated.

Expected behavior I expected a Reamde.md file that displays the social links via icons when pasted into readme.md

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context I went directly to the linked files and saw the svg icon for twitter so I know the image link is good.

The same error appeared on other github profiles that used the same template.

I Tried omitting the / and putting my user name in the a tag:

<a href="https://twitter.com/rezamorin" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="rezamorin" height="30" width="40">rezamorin</a>**

Generated code I tried amending:

<h3 align="left">Connect with me:</h3>
<p align="left">
<a href="https://twitter.com/rezamorin" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="rezamorin" height="30" width="40" /></a>
<a href="https://linkedin.com/in/rezan8r" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" alt="rezan8r" height="30" width="40" /></a>
<a href="https://fb.com/rezamavoir" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg" alt="rezamavoir" height="30" width="40" /></a>
<a href="https://instagram.com/rezan8r" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" alt="rezan8r" height="30" width="40" /></a>
</p>

Join the Discord Server for further discussions.

GPRG Discord Server Link

Server Link: https://discord.gg/HHMs7Eg

Screen Shot 2022-09-12 at 5 35 44 PM
welcome[bot] commented 2 years ago

Thanks for opening your first issue here! Your contribution means alot. 🙌 Join Discord Server (https://discord.gg/HHMs7Eg) for discussing issues, pull-requests, new features, etc.