From c258bbc8d91416b68861955d9dc16d5129b28782 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 13 Jan 2020 00:31:27 +0800 Subject: [PATCH] Update label in posts. --- _data/label.yml | 3 +++ _includes/related-posts.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_data/label.yml b/_data/label.yml index 2b30c60..e3de675 100644 --- a/_data/label.yml +++ b/_data/label.yml @@ -16,4 +16,7 @@ panel: trending_tags: "Trending Tags" toc: "Contents" +post: + relate_posts: "Further Reading" + search_hint: "Search" # text show on search bar \ No newline at end of file diff --git a/_includes/related-posts.html b/_includes/related-posts.html index 5765414..837701a 100644 --- a/_includes/related-posts.html +++ b/_includes/related-posts.html @@ -43,7 +43,7 @@ {% assign score_list = score_list | sort | reverse %} {% assign count = 0 %}