Skip to content

Commit b4eee79

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

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/2025-03.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
permalink: /2025/03/
3+
---
4+
{% assign currentYearMonth = "2025 03" %}
5+
{% for post in site.posts %}
6+
{% assign postYear = post.date | date: "%Y" %}
7+
{% assign postYearMonth = post.date | date: "%B [%Y](..)" %}
8+
{% assign postYM = post.date | date: "%Y %m" %}
9+
{% if postYM != currentYearMonth %}
10+
{% continue %}
11+
{% endif %}
12+
{% if hasDisplayedYearMonth != postYearMonth %}
13+
## {{postYearMonth}}
14+
{% endif %}
15+
{% assign hasDisplayedYearMonth = postYearMonth %}
16+
* [ {{ post.title }} ]( {{ post.url }} )
17+
{% endfor %}

0 commit comments

Comments
 (0)