From 203c50fd22f3a4c4b7ca0e67efd6cc7ea1ddfa77 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 27 Apr 2022 23:48:04 +0200 Subject: [PATCH] feat(layouts): cleanup --- _layouts/core.html | 42 +++++++++++++++++++++++------------------ _layouts/text.html | 5 ++--- _layouts/twentyone.html | 7 ------- index.html | 2 +- 4 files changed, 27 insertions(+), 29 deletions(-) delete mode 100644 _layouts/twentyone.html diff --git a/_layouts/core.html b/_layouts/core.html index 21ae65d..566597a 100644 --- a/_layouts/core.html +++ b/_layouts/core.html @@ -12,32 +12,38 @@ -{% for style in page.styles %} + -
-
+
+
+
+
+
+
+
+ + {{ content }} +
- {{ content }} - - - - + + + diff --git a/_layouts/text.html b/_layouts/text.html index abcbef1..0c12ead 100644 --- a/_layouts/text.html +++ b/_layouts/text.html @@ -9,14 +9,13 @@ layout: core
- -
+
{% if page.headline %}

{{ page.headline }}

{% endif %} -
+
{{ content }}