diff --git a/themes/chameleon/layout/_partial/header.ejs b/themes/chameleon/layout/_partial/header.ejs
index df2014c..6853920 100644
--- a/themes/chameleon/layout/_partial/header.ejs
+++ b/themes/chameleon/layout/_partial/header.ejs
@@ -48,9 +48,11 @@
Powered by DuckDuckGo
+ <% if (!theme.menu) { %>Home
+ <% } else { %>
<% for (const i in theme.menu) { %>
<%= i %>
- <% } %>
+ <% }} %>