mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Fixes GitHub source links on integration pages (#10575)
This commit is contained in:
parent
137f478936
commit
4da8ae2d37
@ -10,7 +10,7 @@
|
||||
|
||||
{%- assign file_parts = page.url | split: '/' | last | split: '.' -%}
|
||||
{%- assign imp_name = file_parts | first -%}
|
||||
{%- assign imp_url = imp_name | prepend: '/integrations/' | append: '/' -%}
|
||||
{%- assign imp_url = imp_name | prepend: '/components/' | append: '/' -%}
|
||||
|
||||
<div class="section">
|
||||
<kb-alert-link integration="{{ imp_name }}"></kb-alert-link>
|
||||
|
Loading…
x
Reference in New Issue
Block a user