From fdfed03411884c7c6da48f08e38f75c9ab2f35f7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 8 Nov 2021 09:05:51 +0300 Subject: put post dates beside the headers --- _includes/posts/posts.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to '_includes') diff --git a/_includes/posts/posts.html b/_includes/posts/posts.html index 39dd858..c20ad69 100644 --- a/_includes/posts/posts.html +++ b/_includes/posts/posts.html @@ -3,11 +3,19 @@
{% else %} {% for post in paginator.posts %} -

{{ post.title }}

-

-  Posted on {{ post.date | date: '%-d %B %Y' }} - {%- if post.category %} in  {{ post.category }}{% endif %} -

+
+ + +
{{ post.excerpt | markdownify }}
{% endfor %} -- cgit v1.2.3