Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wowthemesnet committed Mar 13, 2019
1 parent ced8aef commit 6ff21ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/authors-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h4 class="font-weight-bold spanborder"><span>{{page.title}}</span></h4>
<div class="row">
<div class="col-md-3 mb-4 mb-md-0"><img alt="{{ author[1].name }}" src="{{site.baseurl}}/{{ author[1].avatar }}" class="rounded-circle" height="80" width="80"></div>
<div class="col-md-9">
<a href="{{site.baseurl}}/author-{{ author[1].name }}">
<a href="{{site.baseurl}}/author-{{ author[1].name | slugify }}">
<h4 class="text-dark mb-0"> {{ author[1].name }} </h4>
<small class="d-inline-block mt-1 mb-3 font-weight-normal">(View Posts)</small>
<div class="excerpt">{{ author[1].bio }}</div>
Expand Down

0 comments on commit 6ff21ba

Please sign in to comment.