diff --git a/layouts/partials/body/main-right.html b/layouts/partials/body/main-right.html
index 4e11c99..c87714c 100644
--- a/layouts/partials/body/main-right.html
+++ b/layouts/partials/body/main-right.html
@@ -1,18 +1,20 @@
{{ if and (eq ($.Param "tocPosition") "outer") .IsPage }}
- {{ if or ($.Param "enableToc") ($.Param "toc") }}
-
-
{{ i18n "toc-label" }}
- {{ if $.Param "enableTocSwitch" }}
-
- {{ end }}
-
-
- {{ .TableOfContents }}
-
+ {{ if and (ne .Type "about") (ne .Type "contact") (ne .Type "gallery") }}
+ {{ if or ($.Param "enableToc") ($.Param "toc") }}
+
+
{{ i18n "toc-label" }}
+ {{ if $.Param "enableTocSwitch" }}
+
+ {{ end }}
+
+
+ {{ .TableOfContents }}
+
+ {{ end }}
{{ end }}
{{ end }}