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

{{title}}

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

{{ post.data.post_excerpt }}