mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
flip the logic on how component source links are generated (#10987)
This commit is contained in:
parent
158f91c8eb
commit
3ce8d8efec
@ -9,7 +9,7 @@
|
||||
</div>
|
||||
|
||||
{%- assign file_parts = page.url | split: '/' | last | split: '.' -%}
|
||||
{%- assign imp_name = file_parts | first -%}
|
||||
{%- assign imp_name = file_parts | last -%}
|
||||
{%- assign imp_url = imp_name | prepend: '/components/' | append: '/' -%}
|
||||
|
||||
<div class="section">
|
||||
|
Loading…
x
Reference in New Issue
Block a user