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