No need to repeat the year
This commit is contained in:
parent
f25f8a1f77
commit
cf5f77f601
2
posts.md
2
posts.md
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue