summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/index.liquid4
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/index.liquid b/_includes/index.liquid
index b172823..fe7567f 100644
--- a/_includes/index.liquid
+++ b/_includes/index.liquid
@@ -6,6 +6,10 @@
{{ post.title }}
</a>
</h1>
+ <h2>
+ {% capture month%}{{ post.date | date: "%b" }}{% endcapture %}
+ {{ site.data[site.active_lang].strings.date[month]}} {{ post.date | date: "%e, %Y" }}
+ </h2>
<span>
{{ post.excerpt }}
</span>