From a0179b2efed5fade840b798a2d288fa7f8506d0e Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 3 Feb 2020 03:26:20 +0800 Subject: [PATCH] Fixed the link of posts' nav-button. --- _includes/related-posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/related-posts.html b/_includes/related-posts.html index 837701a..1137122 100644 --- a/_includes/related-posts.html +++ b/_includes/related-posts.html @@ -50,7 +50,7 @@ {% assign index = data[1] | plus: 0 %} {% assign post = site.posts[index] %}