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 %} {% endif %}
</div> </div>
<a href="{{ site.baseurl }}{{ post.url }}"> <p class="post-date">
<p class="post-date">{{ post.date | date: "%b %-d, %Y" }}</p> <a href="{{ site.baseurl }}{{ post.url }}">
</a> {{ post.date | date: "%b %-d, %Y" }}
</a>
</p>
</article> </article>
{% endfor %} {% endfor %}
</div> </div>