diff --git a/_layouts/tag.html b/_layouts/tag.html index 527f16f82..f90ec3386 100644 --- a/_layouts/tag.html +++ b/_layouts/tag.html @@ -16,7 +16,7 @@ layout: page
-
{% for post in site.tags[page.tag] %}
- - {{ post.title }} + {{ post.title }} {{ post.date | date: site.data.date_format.post }} diff --git a/tabs/archives.md b/tabs/archives.md index 8d5508c3e..b7a2d906e 100644 --- a/tabs/archives.md +++ b/tabs/archives.md @@ -24,7 +24,7 @@ title: Archives {% capture this_month %}{{ post.date | date: "%b" }}{% endcapture %} {{ this_day }} {{ this_month }} - {{ post.title }} + {{ post.title }}