mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Auto remove white space from component navigation
This commit is contained in:
parent
a919a4cf5f
commit
4e3e8a4f71
@ -1,7 +1,7 @@
|
||||
<div class="grid">
|
||||
{% assign url_parts = page.url | split: '/' %}
|
||||
{% if url_parts[1] == 'components' %}
|
||||
{% include asides/component_navigation.html %}
|
||||
{% include asides/component_navigation.html | compact_newlines %}
|
||||
{% else %}
|
||||
{% include asides/social.html %}
|
||||
{% include_array default_asides %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user