Show this year in archive
This commit is contained in:
parent
e9b1ec22de
commit
ed7b5ca4ca
|
@ -4,7 +4,7 @@ route: posts
|
||||||
path: /posts
|
path: /posts
|
||||||
---
|
---
|
||||||
|
|
||||||
{% assign years = "2017, 2016, 2015, 2014, 2013, 2012, 2011" | split: ", " %}
|
{% assign years = "2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011" | split: ", " %}
|
||||||
{% for year in years %}
|
{% for year in years %}
|
||||||
|
|
||||||
<h3>{{year}}</h3>
|
<h3>{{year}}</h3>
|
||||||
|
|
Loading…
Reference in a new issue