This commit is contained in:
Mark Otto 2014-03-07 13:10:44 -08:00
Родитель 1762c7456b
Коммит aca4f12060
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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 %}