diff --git a/src/_includes/post.liquid b/src/_includes/post.liquid index 26d79f9e..c31907ea 100644 --- a/src/_includes/post.liquid +++ b/src/_includes/post.liquid @@ -3,14 +3,16 @@ layout: main --- {% include "header.liquid" %} - -

{{title}}

-
- {{ date | date: "%m.%d.%Y" }} -
- -
- {{ content }} -
+
+

{{title}}

+ +
+ +
+ +
+ {{ content }} +
+
{% include "webmentions.liquid" %} {% include "author.liquid" %} diff --git a/src/index.html b/src/index.html index 16469a86..e4b1f210 100644 --- a/src/index.html +++ b/src/index.html @@ -9,21 +9,29 @@ pagination: --- {% include "now-topper.liquid" %} {% for post in pagination.items %} {% if post.data.published %} -
-

- {{ post.data.title }} -

-
-
- {{ post.date | date: "%m.%d.%Y" }} +
+ {% endif %} {% endfor %} {% include "paginator.liquid" %}