Skip to content

Commit

Permalink
center align dates on blog
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Mar 12, 2024
1 parent 4a56c82 commit 45f3f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11ty-source/_layouts/blog-post.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ layout: default.liquid
<i class="bi-link-45deg" aria-hidden="true"></i
></a>
</h1>
<p class="post-date">{{ postDate }}</p>
<p class="post-date mx-auto text-center">{{ postDate }}</p>
</div>

{{ content }}
Expand Down

0 comments on commit 45f3f4b

Please sign in to comment.