Skip to content

Commit b9dd273

Browse files
committed
blog posts refer to classic episodes
1 parent d408fbb commit b9dd273

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

index.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,17 @@ feature_text: |
1818
* Preorder on [Amazon.com](https://amzn.to/37pR2DH) or [Amazon.co.uk](https://amzn.to/38CmFu1)
1919

2020

21-
## Blog Posts
21+
## Blog
22+
23+
24+
### Classic 2017 Episodes on Ports & Adapters, by Bob
2225

2326
<ul>
2427
{% for post in site.posts %}
25-
<li>
26-
<a href="{{ post.url }}">{{ post.date | date: "%Y-%m-%d" }} {{ post.title }}</a>
27-
</li>
28+
{% if post.date | date: "%Y" == "2017" %}
29+
<li>
30+
<a href="{{ post.url }}">{{ post.date | date: "%Y-%m-%d" }} {{ post.title }}</a>
31+
</li>
32+
{% endif %}
2833
{% endfor %}
2934
</ul>

0 commit comments

Comments
 (0)