From 2f48f4b117be08c3511ebd8dd535ee5a0f433c5f Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Thu, 10 Sep 2020 12:38:15 +0800 Subject: [PATCH] fix: wrong relative url in post navigation --- _layouts/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 455e413..d1680a2 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -29,14 +29,14 @@ sidebar: {%- if result.size == 0 -%}
{%- if page.previous -%} - {%- else -%} {%- endif -%} {%- if page.next -%} - + {%- else -%} {%- endif -%} @@ -50,7 +50,7 @@ sidebar: