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
If I enter the following settings:
SOCIAL = ( ('email', 'mailto:[email protected]'), ('XMPP/Jabber', 'xmpp:[email protected]', 'comments-o'), ('LinkedIn', 'http://www.linkedin.com/in/silverhook', 'linkedin') , ('Gitorious', 'https://gitorious.org/~hook', 'code-fork'), ('GitHub', 'https://github.com/silverhook', 'github-alt'), ('Bitcoin', 'http://matija.suklje.name/accepting-bitcoin-now', 'bitcoin') )
I would expect the social links to work fine, but what happens is that:
<a>
http://matija.suklje.name/github
…from the above example only the email line parses correctly.
email
The text was updated successfully, but these errors were encountered:
Thanks, I have fixed it.
Sorry, something went wrong.
Kindly test and let me know if the fix does not work!
21159d8
Works, thanks @talha131 ☺
No branches or pull requests
If I enter the following settings:
I would expect the social links to work fine, but what happens is that:
<a>
link is not the second string, but just a lower-case first string appended to the site URL (e.g.http://matija.suklje.name/github
…from the above example only the
email
line parses correctly.The text was updated successfully, but these errors were encountered: