diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 2d126b6..904c905 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,3 +1,5 @@
+{{ $logoEnabled := site.Params.logo.enable | default false }}
+
{{/* default favicon */}}
{{ $favicon := "/images/favicon.png" }}
@@ -28,5 +30,7 @@
-
-
+
+{{ if $logoEnabled }}
+
+{{end}}
diff --git a/layouts/partials/navigators/navbar-2.html b/layouts/partials/navigators/navbar-2.html
index 86b4626..9cc1363 100644
--- a/layouts/partials/navigators/navbar-2.html
+++ b/layouts/partials/navigators/navbar-2.html
@@ -1,3 +1,5 @@
+{{ $logoEnabled := site.Params.logo.enable | default false }}
+
{{/* default logos */}}
{{ $mainLogo := "/images/main-logo.png" }}
{{ $invertedLogo := "/images/inverted-logo.png" }}
@@ -30,7 +32,9 @@
-
+ {{ if $logoEnabled }}
+
+ {{ end }}
{{- site.Title -}}