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