mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Fixes sidebar on integration pages (#10550)
This commit is contained in:
parent
a3744844d3
commit
856c8f8778
@ -1,6 +1,6 @@
|
|||||||
<div class="grid">
|
<div class="grid">
|
||||||
{% assign url_parts = page.url | split: '/' %}
|
{% assign url_parts = page.url | split: '/' %}
|
||||||
{% if url_parts[1] == 'components' %}
|
{% if url_parts[1] == 'integrations' %}
|
||||||
{% include asides/component_navigation.html %}
|
{% include asides/component_navigation.html %}
|
||||||
{% elsif url_parts[1] == 'cookbook' %}
|
{% elsif url_parts[1] == 'cookbook' %}
|
||||||
{% include asides/cookbook_navigation.html %}
|
{% include asides/cookbook_navigation.html %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user