aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r--docs/_layouts/default.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 3c7e70a12..c69c4fd10 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -40,6 +40,8 @@
{% include nav-customize.html %}
{% elsif page.slug == "about" %}
{% include nav-about.html %}
+ {% elsif page.slug == "migration" %}
+ {% include nav-migration.html %}
{% endif %}
</ul>
</div>