permalink |
---|
/2022/07/31/ |
{% for post in site.posts %}
{% assign currentdate = post.date | date: "%Y %m %d" %}
{% assign friendlydate = post.date | date: "%B %d %Y" %}
{% if currentdate != "2022 07 31" %}
{% continue %}
{% endif %}
{% if currentdate != date %}
{% assign date = currentdate %}
{% endif %}
- [ {{ post.title }} ]( {{ post.url }} ) {% endfor %}