From e920f209fe488f4494b65748634af11db4e0d9ea Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 17 Dec 2018 23:08:14 +0100 Subject: Some improvements to blog system --- _layouts/git-wiki-blog.html | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) (limited to '_layouts') diff --git a/_layouts/git-wiki-blog.html b/_layouts/git-wiki-blog.html index 135c185..a934b72 100644 --- a/_layouts/git-wiki-blog.html +++ b/_layouts/git-wiki-blog.html @@ -2,39 +2,20 @@ title: Blog layout: git-wiki-default --- - {% for post in paginator.posts %} -

{{ post.id }}

-

- {{ post.date | date: "%-d %B %Y"}} -

-
- {{ post.excerpt }} +
+

+ {{ post.date | date: "%-d %B %Y"}} +

+
+ {{ post.excerpt }} - ...Read all -
+ ...Read all +
+
+
{% endfor %} -- cgit