From 4470936e1d9c9a5e7edae3ce2aedba7ad7dd64ac Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 22:43:12 +0200 Subject: [PATCH] conditional fullwidth --- _layouts/content.html | 6 +++++- _layouts/plugin.html | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_layouts/content.html b/_layouts/content.html index 388585eb..a2a72a19 100644 --- a/_layouts/content.html +++ b/_layouts/content.html @@ -2,7 +2,11 @@ layout: default --- -
+
{% if layout.notitle != true %}

{{ page.title }}

{% endif %} diff --git a/_layouts/plugin.html b/_layouts/plugin.html index 7c46aab6..87d99a35 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -1,6 +1,7 @@ --- layout: content notitle: true +fullwith: true ---

{{ page.name }} {% include partial/publisher_ref.html pub=page.publisher %}