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 %}