Skip to content

Commit d76d697

Browse files
committed
streamline dates
1 parent b828ee6 commit d76d697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tags: [allonge]
2727
{% capture postyear %}{{post.date | date: '%Y'}}{% endcapture %}
2828
{% unless post.tags contains "noindex" or postyear != "2015" %}
2929
<li>
30-
<a href="{{ post.url }}">{{ post.title }}</a> (<span>{{ post.date | date: "%Y-%m-%d" }}</span>)
30+
<a href="{{ post.url }}">{{ post.title }}</a>
3131
</li>
3232
{% endunless %}
3333
{% endfor %}
@@ -51,7 +51,7 @@ tags: [allonge]
5151
{% capture postyear %}{{post.date | date: '%Y'}}{% endcapture %}
5252
{% unless post.tags contains "noindex" or postyear == "2015" %}
5353
<li>
54-
<a href="{{ post.url }}">{{ post.title }}</a> (<span>{{ post.date | date: "%Y-%m-%d" }}</span>)
54+
<a href="{{ post.url }}">{{ post.title }}</a> (<span>{{ post.date | date: "%Y" }}</span>)
5555
</li>
5656
{% endunless %}
5757
{% endfor %}

0 commit comments

Comments
 (0)