From c9a81ed2f27bd2658ed56fa2e556ab39c03141d3 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 17 Dec 2018 20:43:01 +0100 Subject: Fixed links --- _layouts/git-wiki-blog.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/git-wiki-blog.html b/_layouts/git-wiki-blog.html index 1241770..135c185 100644 --- a/_layouts/git-wiki-blog.html +++ b/_layouts/git-wiki-blog.html @@ -26,21 +26,21 @@ layout: git-wiki-default {% for post in paginator.posts %} -

{{ post.id }}

+

{{ post.id }}

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

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