File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments