From 1b7e74991ebd48f56f7b7c5bf2d85fd657c0b485 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:58:11 +0800 Subject: [PATCH] Remove displaying description on indivisual articles --- src/_includes/global/content.njk | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/_includes/global/content.njk b/src/_includes/global/content.njk index 3f5c7ce3..002c51f1 100644 --- a/src/_includes/global/content.njk +++ b/src/_includes/global/content.njk @@ -17,7 +17,6 @@ {% if isArticle %}
{{ desc }}
{{ content | wordcount | thousands }} words. Posted on by {{ sitemeta.siteAuthor.name }} @@ -105,8 +104,6 @@ padding-left: 0.3em; } - .article__info--desc { margin-bottom: 1em; } - .blog__post--pagination { padding-top: 1em; margin-block-start: 2.5em;