From d9bd474762fd6d16cc260da16bee692224dc3155 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Tue, 30 May 2023 22:36:10 +0200 Subject: [PATCH] fix: some style fixes --- _includes/layouts/base.njk | 15 ++++++++------- _includes/layouts/home.njk | 15 ++++++++------- public/css/datatables.css | 2 +- public/css/index.css | 13 +++++++++---- 4 files changed, 26 insertions(+), 19 deletions(-) diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 7593935..5719cc1 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -2,13 +2,6 @@ layout: layouts/parent.njk ---
- {%- if parent -%} -
- {%- for post in collections.all -%} - {%- if post.data.title == parent -%}{{ post.data.title }}{%- endif -%} - {%- endfor -%} -
- {%- endif -%}
{{ content | safe }} @@ -17,6 +10,14 @@ layout: layouts/parent.njk