Skip to content

Commit f1fcbd7

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #65 from StartAutomating/obs-powershell-updates
obs-powershell 0.1.6
1 parent a657745 commit f1fcbd7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/2023-02.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
permalink: /2023/02/
3+
---
4+
{% assign currentYearMonth = "2023 02" %}
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)