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 }}