diff --git a/_layouts/page.html b/_layouts/page.html
index b1fa90917bb22141050dc413fa1981acc31694ec..78fe0769c6d53d342d55b2d75f280999639f7a3f 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -4,6 +4,6 @@ layout: default
 
 <h1 id="title-heading" class="page-title">{{ page.title }}</h1>
 
-{% include page_toc.html html=content %}
+{% include page_toc.html html=content hmax=3 %}
 
 {{ content }}