We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 982a608 + 8135fbd commit c1c8570Copy full SHA for c1c8570
1 file changed
includes/homepage-version-switcher.html
@@ -1,5 +1,5 @@
1
-<!-- Versions picker that only appears in the header on homepage/versioned homepages -->
2
-{% if page.relativePath == 'index.md' %}
+<!-- Versions picker that only appears in the header on homepage or product landing -->
+{% if page.relativePath == 'index.md' or page.layout == 'product-landing' or page.layout == 'product-sublanding' %}
3
<div class="d-md-inline-block">
4
<div class="border-top border-md-top-0 py-2 py-md-0 d-md-inline-block">
5
<details class="dropdown-withArrow position-relative details details-reset mr-md-3 close-when-clicked-outside">
0 commit comments