From 0be6bf621d938d79c5455eeeefff31cecf1fc1c2 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 8 Oct 2020 17:28:03 +0200 Subject: [PATCH] body: remove condition for homepage, as it uses its own template Signed-off-by: Sebastiaan van Stijn --- _includes/body.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_includes/body.html b/_includes/body.html index b749ac1ca2..1b72c8cf99 100644 --- a/_includes/body.html +++ b/_includes/body.html @@ -13,11 +13,10 @@
- {% if page.url != '/' %} {% if page.title %}

{{ page.title }}

{% endif %} {% if page.advisory %}
{{ site.data.advisories.texts[page.advisory] | markdownify }}
- {% endif %}{% endif %} + {% endif %} {% unless page.tree == false or page.skip_read_time == true %}{% include read_time.html %}{% endunless %} {% if page.enterprise %}{% include enterprise_moved.html %}{% endif %} {{ content }}