1
Fork 0

No need to repeat the year

This commit is contained in:
Jan-Erik Rediger 2015-06-10 19:24:19 +02:00
parent f25f8a1f77
commit cf5f77f601

View file

@ -9,5 +9,5 @@ title: posts
### {{ currentyear }} ### {{ currentyear }}
{% capture year %}{{currentyear}}{% endcapture %} {% capture year %}{{currentyear}}{% endcapture %}
{% endif %} {% endif %}
* {{post.date | date_to_string}}: [{{post.title}}]({{post.url | remove_first: '/' | prepend: site.baseurl}}) * {{post.date | date: "%d %b"}}: [{{post.title}}]({{post.url | remove_first: '/' | prepend: site.baseurl}})
{% endfor %} {% endfor %}