This commit is contained in:
Paul Gauthier 2024-02-19 14:29:22 -08:00
parent 5cff8a0e9d
commit 955f66ded2

View file

@ -14,9 +14,11 @@ layout: default
{% endif %}
</div>
<a href="{{ site.baseurl }}{{ post.url }}">
<p class="post-date">{{ post.date | date: "%b %-d, %Y" }}</p>
</a>
<p class="post-date">
<a href="{{ site.baseurl }}{{ post.url }}">
{{ post.date | date: "%b %-d, %Y" }}
</a>
</p>
</article>
{% endfor %}
</div>