File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!-- Versions picker that only appears in the header on homepage or product landing -->
22{% if page.relativePath == 'index.md' or page.layout == 'product-landing' or page.layout == 'product-sublanding' %}
3+ {% if page.permalinks and page.permalinks.length > 1 %}
34< div class ="d-md-inline-block ">
45 < div class ="border-top border-md-top-0 py-2 py-md-0 d-md-inline-block ">
56 < details class ="dropdown-withArrow position-relative details details-reset mr-md-3 close-when-clicked-outside ">
2728 </ details >
2829 </ div >
2930{% endif %}
31+ {% endif %}
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ <h4 class="text-mono f5 text-normal text-gray d-md-none">{% data ui.homepage.exp
4646 </ details >
4747 </ div >
4848
49- <!-- Versions picker that only appears in the header on homepage/versioned homepages -->
50- {% include homepage -version-switcher %}
49+ <!-- Versions picker that only appears in the header on landing pages -->
50+ {% include header -version-switcher %}
5151
5252 < div class ="d-md-inline-block ">
5353
You can’t perform that action at this time.
0 commit comments