Add comma between dates
This commit is contained in:
Родитель
1762c7456b
Коммит
aca4f12060
|
@ -43,7 +43,7 @@
|
|||
<h4 class="entry-title">
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</h4>
|
||||
<p class="entry-date">{{ post.date | date: "%B %-d %Y" }}</p>
|
||||
<p class="entry-date">{{ post.date | date: "%B %-d, %Y" }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -13,7 +13,7 @@ title: "Home"
|
|||
<h2 class="entry-title">
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</h2>
|
||||
<p class="entry-date">{{ post.date | date: "%B %-d %Y" }}</p>
|
||||
<p class="entry-date">{{ post.date | date: "%B %-d, %Y" }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче