Skip to content

Commit d2b93d1

Browse files
authored
Merge pull request #756 from Mohit-15/master
added Medium profile & icon
2 parents dfc3ce3 + 7389b16 commit d2b93d1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ author:
116116
xing :
117117
youtube :
118118
wikipedia :
119+
medium : #"add medium profile url here"
119120

120121

121122
# Reading Files

_includes/author-profile.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ <h3 class="author__name">{{ author.name }}</h3>
118118
{% endif %}
119119
{% if author.wikipedia %}
120120
<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>
121-
{% endif %}
121+
{% endif %}
122+
{% if author.medium %}
123+
<li><a href="{{ author.medium }}"><i class="fab fa-fw fa-medium" aria-hidden="true"></i> Medium</a></li>
124+
{% endif %}
122125
</ul>
123126
</div>
124127
</div>

0 commit comments

Comments
 (0)