Skip to content

Commit

Permalink
Merge pull request academicpages#756 from Mohit-15/master
Browse files Browse the repository at this point in the history
added Medium profile & icon
  • Loading branch information
rjzupkoii authored Feb 15, 2024
2 parents dfc3ce3 + 7389b16 commit d2b93d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ author:
xing :
youtube :
wikipedia :
medium : #"add medium profile url here"


# Reading Files
Expand Down
5 changes: 4 additions & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ <h3 class="author__name">{{ author.name }}</h3>
{% endif %}
{% if author.wikipedia %}
<li><a href="https://en.wikipedia.org/wiki/User:{{ author.wikipedia }}"><i class="fab fa-fw fa-wikipedia-w" aria-hidden="true"></i> Wikipedia</a></li>
{% endif %}
{% endif %}
{% if author.medium %}
<li><a href="{{ author.medium }}"><i class="fab fa-fw fa-medium" aria-hidden="true"></i> Medium</a></li>
{% endif %}
</ul>
</div>
</div>

0 comments on commit d2b93d1

Please sign in to comment.