Skip to content

Commit

Permalink
improve spacing of author section
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusIO committed Jun 28, 2024
1 parent b02b3f5 commit 6cd0bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1 class="header-post-title">{{ page.title }}</h1>
<div class="col-md-12 col-lg-8">
{% include shared/_post_author.html %}
{% if page.co_author %}
<div class="mt-4">
<div class="mt-5">
{% include shared/_post_author.html author=co_author %}
</div>
{% endif %}
Expand Down

0 comments on commit 6cd0bcc

Please sign in to comment.