1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Improve the way to define and use date-format.

This commit is contained in:
Cotes Chung
2020-02-22 07:16:58 +08:00
parent 4661ec95b9
commit b3c493a6de
7 changed files with 22 additions and 26 deletions

View File

@@ -7,8 +7,6 @@ layout: page
# MIT Licensed
---
{% include date-format.html %}
<div id="page-tag">
<h1 class="pl-lg-2">
<i class="fa fa-tag fa-fw text-muted"></i>
@@ -20,7 +18,7 @@ layout: page
<li class="d-flex justify-content-between pl-md-3 pr-md-3">
<a href="{{ post.url | absolute_url }}">{{ post.title }}</a>
<span class="dash flex-grow-1"></span>
<span class="text-muted small">{{ post.date | date: POST_DATE }}</span>
<span class="text-muted small">{{ post.date | date: site.data.date_format.post }}</span>
</li>
{% endfor %}
</ul>