Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/_layouts/catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ <h1 id="{{ page.title | downcase }}" class="destinations__heading page__heading"
{% include_cached navbar/nav.html %}

<div class="sidebar sidebar--sticky">
{% unless page.integration_type %}
{% if page.integration_type and page.integration_type != 'warehouse' %}
{% include sidebar/{{ page.integration_type }}-menu.html %}
{% endunless %}
{% endif %}
{% unless page.hide-feedback %}
{% include sidebar/feedback.html %}
{% endunless %}
Expand Down