Upgrade ruby/jekyll/style

This commit is contained in:
Paulus Schoutsen 2016-08-22 01:01:04 -07:00
parent ad565e855d
commit 5f1b5997da
33 changed files with 329 additions and 950 deletions

View file

@ -4,7 +4,8 @@ title: "Blog index"
---
<div id="archive-list">
{% for post in site.posts reverse %}
{% assign reversedposts = site.posts | reverse %}
{% for post in reversedposts %}
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
{% unless year == this_year %}
{% assign year = this_year %}