Skip to content

Commit

Permalink
Don't require @ symbol for Medium profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
SUPERCILEX committed Mar 30, 2019
1 parent c8b76a3 commit 0e17124
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ social_media:
facebook: your_username
hackerrank: your_username
linkedin: your_username
medium: @your_username
medium: your_username
stackoverflow: your_user_id
telegram: your_username
twitter: your_username
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ projects:
# facebook: your_username
# hackerrank: your_username
# linkedin: your_username
# medium: @your_username
# medium: your_username
# stackoverflow: your_user_id
# telegram: your_username
# twitter: your_username
Expand Down
2 changes: 1 addition & 1 deletion _data/social_media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ linkedin:

medium:
name: Medium
profile_url_prefix: https://medium.com/
profile_url_prefix: https://medium.com/@
icon_svg: '<svg width="20" height="20" viewBox="32 25 125 125" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M46.5340803,65.2157554 C46.6968378,63.6076572 46.0836,62.018231 44.8828198,60.93592 L32.6512605,46.2010582 L32.6512605,44 L70.6302521,44 L99.9859944,108.380952 L125.794585,44 L162,44 L162,46.2010582 L151.542017,56.2281011 C150.640424,56.9153477 150.193188,58.0448862 150.380019,59.1628454 L150.380019,132.837155 C150.193188,133.955114 150.640424,135.084652 151.542017,135.771899 L161.755369,145.798942 L161.755369,148 L110.38282,148 L110.38282,145.798942 L120.963119,135.527337 C122.002801,134.487948 122.002801,134.182246 122.002801,132.592593 L122.002801,73.0417402 L92.585901,147.755438 L88.6106443,147.755438 L54.3622782,73.0417402 L54.3622782,123.115814 C54.0767278,125.221069 54.7759199,127.3406 56.2581699,128.863022 L70.0186741,145.55438 L70.0186741,147.755438 L31,147.755438 L31,145.55438 L44.7605042,128.863022 C46.2319621,127.338076 46.8903838,125.204485 46.5340803,123.115814 L46.5340803,65.2157554 Z" id="Shape" fill="#959da5"></path></svg>'

stackoverflow:
Expand Down

0 comments on commit 0e17124

Please sign in to comment.