diff --git a/website/layouts/_default/baseof.html b/website/layouts/_default/baseof.html
index b240def13..ef3d45fe2 100644
--- a/website/layouts/_default/baseof.html
+++ b/website/layouts/_default/baseof.html
@@ -21,7 +21,7 @@
{{ partial "toc.html" . }}
- {{ partial "under-construction-tmp" }}
+
{{ if not .Site.Params.ui.breadcrumb_disable }}{{ partial "breadcrumb.html" . }}{{ end }}
{{ with .Params.Category}}{{ upper . }}
{{ end }}
{{ block "main" . }}{{ end }}