Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Fix post list vertical rhythm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Jan 7, 2022
1 parent 22bd3df commit b1dafb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/post_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
{% else %}
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>&ensp;
{% endif %}
<span class="muted" style="font-size:smaller;">{{ post.date | date: "%Y" }}</span>
<span class="muted">{{ post.date | date: "%Y" }}</span>
</p>
</li>

0 comments on commit b1dafb5

Please sign in to comment.