-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
Include bare LinkedIn & GitHub URL in the header section #409
Comments
Assuming you're putting the full path into the .tex file github... Try changing line 509 in the .cls file from this
to this
It should work. If it does, do the same for linkedin. If you'd like to have a partial path on the resume, e.g. "github.com/UserName3384493942397," you would need to add the rest of the URL back into the .cls file, e.g. |
We could potentially strip/avoid duplicating the prefix if present, but I'd be hesitant to do that without making it consistent behaviour across all of these header icon links, which would be quite a bit of work. If you did want to take that on, I'd probably suggest refactoring them all to use some common |
Thanks all!!! for the help.
My line index might be off, remove the |
Hi All,
This is a truly awesome open source project! Thanks for all your effort!
What I'm actually want to know is how to include a bare address in the header section and also be clickable
For example, I know, for now you just need to include your GitHub Handler & LinkedIn Handler there. But when I include the full path
https://github.com/xxxxx
andhttps://www.linkedin.com/in/xxxxx/
, it becomes not clickable and return a404 page not found
error.Does anyone has some suggestions on that!? Thanks in advance!
The text was updated successfully, but these errors were encountered: