From fa43f923704d19eb48499208bfa03cfbbbefc7d3 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 2 Jan 2020 20:58:00 +0800 Subject: [PATCH] Beautified the hover of related post. --- _includes/related-posts.html | 2 +- assets/css/post.scss | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_includes/related-posts.html b/_includes/related-posts.html index e5bf055..b02eb10 100644 --- a/_includes/related-posts.html +++ b/_includes/related-posts.html @@ -54,7 +54,7 @@ {{ post.date | date: POST_DATE }} {{ post.date | date_to_xmlschema }} -
{{ post.content | markdownify | strip_html | truncate: 200 | replace: '&', '&' }}