From a7816c160e06b2ee7684dcb66e1480cfcde0e90a Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 17 Dec 2018 20:40:19 +0100 Subject: Improved blog feature and other minor fixes --- _layouts/git-wiki-blog.html | 57 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 _layouts/git-wiki-blog.html (limited to '_layouts/git-wiki-blog.html') diff --git a/_layouts/git-wiki-blog.html b/_layouts/git-wiki-blog.html new file mode 100644 index 0000000..1241770 --- /dev/null +++ b/_layouts/git-wiki-blog.html @@ -0,0 +1,57 @@ +--- +title: Blog +layout: git-wiki-default +--- + + + +{% for post in paginator.posts %} +

{{ post.id }}

+

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

+
+ {{ post.excerpt }} + + ...Read all +
+{% endfor %} + + + \ No newline at end of file -- cgit