diff --git a/site/_includes/-header.njk b/site/_includes/-header.njk
index 202bb68..e14773e 100644
--- a/site/_includes/-header.njk
+++ b/site/_includes/-header.njk
@@ -5,24 +5,18 @@
{%- if cover %}

-
{{ title }}{% if rssUrl %}{% endif %}
+
{{ title }}{% if rssUrl and page.url !== '/' %}{% endif %}
{%- else %}
- {{ title }}{% if rssUrl %}{% endif %}
+ {{ title }}{% if rssUrl and page.url !== '/' %}{% endif %}
{%- endif %}