The problem is with this part of the
code :
|
<p>Need to discuss your idea or have a cup of coffee with us? Drop us a mail or raise an issue at <a href="http://github.com/NIT-Warangal/nitwarangal.github.io.git">http://github.com/NIT-Warangal/nitwarangal.github.io.git</a></p> |
Output :
Need to discuss your idea or have a cup of coffee with us? Drop us a mail or raise an issue at http://github.com/NIT-Warangal/nitwarangal.github.io.git
you have given a link which is used to clone the repo with HTTPS rather providing the link to the repo on GitHub.
Fix :
Very simple please remove the .git at the ending and we are ready to use!