From 2ad4dc1b4ef38033aa150af90af3aaaef2f455bc Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 3 Jan 2020 00:37:56 +0800 Subject: [PATCH] Display title in post's page button. --- _includes/related-posts.html | 2 +- _layouts/post.html | 10 ++++----- assets/css/post.scss | 42 +++++++++++++++++++++++++++++------- 3 files changed, 40 insertions(+), 14 deletions(-) diff --git a/_includes/related-posts.html b/_includes/related-posts.html index 86111ad..5765414 100644 --- a/_includes/related-posts.html +++ b/_includes/related-posts.html @@ -42,7 +42,7 @@ {% if score_list.size > 0 %} {% assign score_list = score_list | sort | reverse %} {% assign count = 0 %} -