Skip to content

Commit

Permalink
Merge pull request #72 from StartAutomating/Show-OBS
Browse files Browse the repository at this point in the history
obs-powershell 0.1.7
  • Loading branch information
StartAutomating authored and StartAutomating committed Mar 11, 2023
1 parent ebe44d1 commit b384d50
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/2023-03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
permalink: /2023/03/
---
{% assign currentYearMonth = "2023 03" %}
{% for post in site.posts %}
{% assign postYear = post.date | date: "%Y" %}
{% assign postYearMonth = post.date | date: "%B [%Y](..)" %}
{% assign postYM = post.date | date: "%Y %m" %}
{% if postYM != currentYearMonth %}
{% continue %}
{% endif %}
{% if hasDisplayedYearMonth != postYearMonth %}
## {{postYearMonth}}
{% endif %}
{% assign hasDisplayedYearMonth = postYearMonth %}
* [ {{ post.title }} ]( {{ post.url }} )
{% endfor %}

0 comments on commit b384d50

Please sign in to comment.