We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's weired that Stackoverflow and Github icon show correctly, while Instagram and Linkedin icon cannot display properly
<li class="drawer-list-item"> <a href="/" data-pjax> <i class="fa fa-home"></i>Home </a> </li> <li class="drawer-list-divider"></li> <li class="drawer-list-item drawer-list-title"> Follow me </li> <li class="drawer-list-item"> <a href="http://stackoverflow.com" target="_blank"> <i class="fa fa-stack-overflow"></i>Stackoverflow </a> </li> <li class="drawer-list-item"> <a href="http://github.com" target="_blank"> <i class="fa fa-github"></i>Github </a> </li> <li class="drawer-list-item"> <a href="http://www.instagram.com" target="_blank"> <i class="fa-instagram"></i>Instagram </a> </li> <li class="drawer-list-item"> <a href="http://www.linkedin.com" target="_blank"> <i class="fa-linkedin"></i>Linkedin </a> </li>
Here is my code.
The text was updated successfully, but these errors were encountered:
@yan9yu You should edit like this:
<li class="drawer-list-item"> <a href="http://www.instagram.com" target="_blank"> <i class="fa fa-instagram"></i>Instagram </a> </li> <li class="drawer-list-item"> <a href="http://www.linkedin.com" target="_blank"> <i class="fa fa-linkedin"></i>Linkedin </a> </li>
Sorry, something went wrong.
No branches or pull requests
It's weired that Stackoverflow and Github icon show correctly, while Instagram and Linkedin icon cannot display properly
Here is my code.
The text was updated successfully, but these errors were encountered: