Browse Source

Added blogpost author to individual posts

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
a0c5f1107b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      _layouts/post.html

1
_layouts/post.html

@ -25,6 +25,7 @@ section_id: blog
{% endif %} {% endif %}
<span>{{page.date | date: "%B %d, %Y" }}</span> <span>{{page.date | date: "%B %d, %Y" }}</span>
</p> </p>
<p class="blogauthor">by <a href="{{post.link}}" target="_blank">{{post.author}}</a></p>
{{content}} {{content}}
</div> </div>
</div> </div>

Loading…
Cancel
Save