We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eee79 commit bb515e8Copy full SHA for bb515e8
docs/2025-03-21.md
@@ -0,0 +1,15 @@
1
+---
2
+permalink: /2025/03/21/
3
4
+{% for post in site.posts %}
5
+ {% assign currentdate = post.date | date: "%Y %m %d" %}
6
+ {% assign friendlydate = post.date | date: "[%B](..) [%d](.) [%Y](../..)" %}
7
+ {% if currentdate != "2025 03 21" %}
8
+ {% continue %}
9
+ {% endif %}
10
+ {% if currentdate != date %}
11
+## {{friendlydate}}
12
+ {% assign date = currentdate %}
13
14
+* [ {{ post.title }} ]( {{ post.url }} )
15
+{% endfor %}
0 commit comments