From 62ef6511037296ea4e737b9fa8332859e1bd7eae Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 28 Jun 2016 13:13:56 +0200 Subject: [PATCH] Fix navigation (pager) links in posts --- _includes/tag-link.html | 1 + _layouts/post.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/tag-link.html b/_includes/tag-link.html index e1f7f83..eafdc27 100644 --- a/_includes/tag-link.html +++ b/_includes/tag-link.html @@ -6,5 +6,6 @@ {{tag}} {% endfor %}

+
{% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index 7bb25b6..a0f5ed9 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,10 +9,10 @@ render_post: true