Upgrade ruby/jekyll/style
This commit is contained in:
parent
ad565e855d
commit
5f1b5997da
33 changed files with 329 additions and 950 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue