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