diff --git a/src/_includes/post.liquid b/src/_includes/post.liquid index 5423f74f..69d8749d 100644 --- a/src/_includes/post.liquid +++ b/src/_includes/post.liquid @@ -5,9 +5,9 @@ layout: main {% include "header.liquid" %}

{{title}}

-
+
{{ date | date: "%m.%d.%Y" }} - + {% for tag in tags %} {% if tag != "posts" %} diff --git a/src/index.html b/src/index.html index f19fd6bf..513e0427 100644 --- a/src/index.html +++ b/src/index.html @@ -18,9 +18,9 @@ templateEngineOverride: liquid,md {{ post.data.title }} -
+
{{ post.date | date: "%m.%d.%Y" }} - + {% for tag in post.data.tags %} {% if tag != "posts" %}