We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c30de commit 50d0b90Copy full SHA for 50d0b90
_includes/author-profile.html
@@ -117,7 +117,10 @@ <h3 class="author__name">{{ author.name }}</h3>
117
{% endif %}
118
{% if author.wikipedia %}
119
<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 %}
+ {% 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
124
</ul>
125
</div>
126
0 commit comments