chore: styles

This commit is contained in:
Cory Dransfeldt 2024-09-17 19:50:07 -07:00
parent bfbeba9916
commit 04622dbce7
No known key found for this signature in database
7 changed files with 50 additions and 48 deletions

View file

@ -11,9 +11,9 @@ permalink: "/posts/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}
{% for post in pagination.items %}
<article>
<time datetime="{{ post.date }}">{{ post.date | date: "%B %e, %Y" }}</time>
<a href="{{ post.slug }}">
<h3>{{ post.title }}</h3>
</a>
<h3>
<a href="{{ post.slug }}">{{ post.title }}</a>
</h3>
<p>{{ post.description }}</p>
</article>
{% endfor %}