We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfc3ce3 + 7389b16 commit d2b93d1Copy full SHA for d2b93d1
_config.yml
@@ -116,6 +116,7 @@ author:
116
xing :
117
youtube :
118
wikipedia :
119
+ medium : #"add medium profile url here"
120
121
122
# Reading Files
_includes/author-profile.html
@@ -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 %}
123
+ <li><a href="{{ author.medium }}"><i class="fab fa-fw fa-medium" aria-hidden="true"></i> Medium</a></li>
124
125
</ul>
126
</div>
127
0 commit comments