From 379c3d9fe670d2187da181f28f5c7b1b200704ec Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 16 Apr 2024 00:33:34 +0800 Subject: [PATCH] Replace frontmatter variable for divided content --- src/_includes/main/content.njk | 2 +- src/index.njk | 2 +- src/pages/about.njk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_includes/main/content.njk b/src/_includes/main/content.njk index 2c7de182..72e27f19 100644 --- a/src/_includes/main/content.njk +++ b/src/_includes/main/content.njk @@ -14,7 +14,7 @@ layout: main/base {% include "toc.njk" %} {% endif %} -
+
{{ content | safe }}
\ No newline at end of file diff --git a/src/index.njk b/src/index.njk index 7d7d62f2..0d8f7772 100644 --- a/src/index.njk +++ b/src/index.njk @@ -7,7 +7,7 @@ metadata: title: Home desc: Home page of Leilukin's Hub. date: 2023-01-01 -contentIsDivided: true +isContentDivided: true ---
diff --git a/src/pages/about.njk b/src/pages/about.njk index cdc16cab..d70e04ce 100644 --- a/src/pages/about.njk +++ b/src/pages/about.njk @@ -6,7 +6,7 @@ metadata: type: article date: 2023-01-02 intro: Learn more about this website and its owner. -contentIsDivided: true +isContentDivided: true ---