From 7aa81887490d4f9833ffa4b54489aba028fcf354 Mon Sep 17 00:00:00 2001 From: jklingen Date: Fri, 3 Apr 2015 15:45:28 +0200 Subject: [PATCH] Show post title in prev/next navigation --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index ee3e1aff6..cf3abb246 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -11,12 +11,12 @@ layout: default {% for post in site.posts %} {% if found == true and nextset == false %} {% assign nextset = true %} - + {% endif %} {% if post.url == page.url %} {% assign found = true %} {% if previous != null %} - + {% else %} {% endif %}