Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b4c23 commit c1e532aCopy full SHA for c1e532a
src/_layouts/catalog.html
@@ -43,9 +43,9 @@ <h1 id="{{ page.title | downcase }}" class="destinations__heading page__heading"
43
{% include_cached navbar/nav.html %}
44
45
<div class="sidebar sidebar--sticky">
46
- {% unless page.integration_type %}
+ {% if page.integration_type and page.integration_type != 'warehouse' %}
47
{% include sidebar/{{ page.integration_type }}-menu.html %}
48
- {% endunless %}
+ {% endif %}
49
{% unless page.hide-feedback %}
50
{% include sidebar/feedback.html %}
51
{% endunless %}
0 commit comments