diff --git a/_layouts/tag.html b/_layouts/tag.html index 527f16f..f90ec33 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 8d5508c..b7a2d90 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 }}