diff --git a/src/_includes/post.njk b/src/_includes/post.njk index a31a4d1..536889f 100644 --- a/src/_includes/post.njk +++ b/src/_includes/post.njk @@ -11,12 +11,16 @@ layout: "layout.njk" {% endif %}

{{ title }}

-
- -

Published on {{ date | readableDate }}

- | - - ... +
+
+ +

Published on {{ date | readableDate }}

+
+ +
+ + ... +

{{ content | safe }}