From 3ba918a46c55e389e4887b31bd6be4104d56312d Mon Sep 17 00:00:00 2001 From: vrifox Date: Sat, 18 Mar 2023 21:52:50 +0100 Subject: [PATCH] readd moreposts to landing --- assets/scss/home.scss | 3 ++- layouts/index.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/scss/home.scss b/assets/scss/home.scss index 4f3ad8e..0a31309 100644 --- a/assets/scss/home.scss +++ b/assets/scss/home.scss @@ -8,6 +8,7 @@ // partials @import "partials/sidebar"; @import "partials/footer"; +@import "partials/moreposts"; @import "partials/helpers/icons"; @@ -62,7 +63,7 @@ line-height: 2rem; text-align: center; margin: 1.5rem; - + #websites-and-graphics { line-height: 2.6rem; font-size: 3rem; diff --git a/layouts/index.html b/layouts/index.html index b46bfa6..356f775 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -21,5 +21,6 @@ {{ i18n "home-cozy-town" | safeHTML }}

+ {{ partial "moreposts.html" . }} {{- end }}