From 411395f940591cab16ae5561a95f7da646e51899 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Wed, 7 Oct 2020 11:04:00 +0800 Subject: [PATCH] move related into article container --- _layouts/single.html | 46 +++++++++++++++---------------- _sass/minimal-mistakes/_page.scss | 11 -------- 2 files changed, 23 insertions(+), 34 deletions(-) diff --git a/_layouts/single.html b/_layouts/single.html index 71cb4e8..a47f54c 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -60,30 +60,30 @@ layout: default {% if jekyll.environment == 'production' and site.comments.provider and page.comments %} {% include comments.html %} {% endif %} - - {% comment %}{% endcomment %} - {% if page.id and page.related and site.related_posts.size > 0 %} -