diff --git a/src/_includes/post.liquid b/src/_includes/post.liquid index 4f18c061..510c349f 100644 --- a/src/_includes/post.liquid +++ b/src/_includes/post.liquid @@ -5,7 +5,7 @@ layout: main {% include "header.liquid" %}

{{title}}

-
+
{{ date | date: "%m.%d.%Y" }}
diff --git a/src/index.html b/src/index.html index 34950ca1..16469a86 100644 --- a/src/index.html +++ b/src/index.html @@ -17,7 +17,7 @@ pagination: {{ post.data.title }} -
+
{{ post.date | date: "%m.%d.%Y" }}

{{ post.data.post_excerpt | markdown }}