Skip to content

Commit bb515e8

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #215 from StartAutomating/obs-updates
obs-powershell 0.2
1 parent b4eee79 commit bb515e8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/2025-03-21.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
{% endif %}
14+
* [ {{ post.title }} ]( {{ post.url }} )
15+
{% endfor %}

0 commit comments

Comments
 (0)