permalink | title | layout | skip_footer | subtitle |
---|---|---|---|---|
/404.html |
Oops |
post |
true |
HTTP 404 |
{% for post in site.posts %}
{% assign currentdate = post.date | date: "%Y" %}
{% if currentdate != date %}
{% unless forloop.first %}{% endunless %}
-
{% assign date = currentdate %}
{% endif %}
- {{ post.title }}{% if post.layout == "writeup" %} (Book Writeup){% endif %} {% if forloop.last %}