We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d408fbb commit b9dd273Copy full SHA for b9dd273
1 file changed
index.md
@@ -18,12 +18,17 @@ feature_text: |
18
* Preorder on [Amazon.com](https://amzn.to/37pR2DH) or [Amazon.co.uk](https://amzn.to/38CmFu1)
19
20
21
-## Blog Posts
+## Blog
22
+
23
24
+### Classic 2017 Episodes on Ports & Adapters, by Bob
25
26
<ul>
27
{% for post in site.posts %}
- <li>
- <a href="{{ post.url }}">{{ post.date | date: "%Y-%m-%d" }} {{ post.title }}</a>
- </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 %}
33
{% endfor %}
34
</ul>
0 commit comments