Skip to content

Commit

Permalink
2017
Browse files Browse the repository at this point in the history
  • Loading branch information
raganwald committed Jan 12, 2017
1 parent e5eb08e commit 0ace90e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.md
Expand Up @@ -18,6 +18,21 @@ tags: [allonge]
* books: <a href="https://leanpub.com/u/raganwald/">https://leanpub.com/u/raganwald/</a>
* talks: <a href="http://braythwayt.com/talks.html">http://braythwayt.com/talks.html</a>

### 2017 essays

<div class="related">
<ul>
{% for post in site.posts %}
{% capture postyear %}{{post.date | date: '%Y'}}{% endcapture %}
{% unless post.tags contains "noindex" or postyear != "2017" %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endunless %}
{% endfor %}
</ul>
</div>

### 2016 essays

<div class="related">
Expand Down

0 comments on commit 0ace90e

Please sign in to comment.