Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1 class="posttitle">{{ page.title }}</h1>


<!-- Author Box -->
{% if page.author %}
{% if page.author %}
<div class="row post-top-meta ">
<div class="col-md-2 text-left text-md-left">
<img class="author-thumb" src="{{site.baseurl}}/{{author.avatar}}" alt="{{ author.display_name }}">
Expand All @@ -87,7 +87,7 @@ <h1 class="posttitle">{{ page.title }}</h1>
<a target="_blank" class="link-dark" href="{{ author.web }}">{{ author.display_name }}</a><a target="_blank" href="{{ author.twitter }}" class="btn follow">Follow</a>
<span class="author-description">{{ author.description }}</span>
</div>
</div>
</div>
{% endif %}


Expand Down
Loading