Skip to content

Commit 50d0b90

Browse files
authored
add medium icon
1 parent 25c30de commit 50d0b90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_includes/author-profile.html

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

0 commit comments

Comments
 (0)