Skip to content

Commit 83881a1

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
Merge pull request #215 from StartAutomating/obs-updates
obs-powershell 0.2
1 parent 6856c7a commit 83881a1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/2025.md

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

0 commit comments

Comments
 (0)