mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Fix anchor link issue
This commit is contained in:
parent
79b730d644
commit
2b619ad1c4
@ -20,7 +20,7 @@
|
|||||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ content | expand_urls: root_url }}
|
{{ content }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<link href="{{ site.url }}{{ post.url }}"/>
|
<link href="{{ site.url }}{{ post.url }}"/>
|
||||||
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
||||||
<id>{{ site.url }}{{ post.id }}</id>
|
<id>{{ site.url }}{{ post.id }}</id>
|
||||||
<content type="html"><![CDATA[{{ post.content | expand_urls: site.url | cdata_escape }}]]></content>
|
<content type="html"><![CDATA[{{ post.content | full_urls | cdata_escape }}]]></content>
|
||||||
</entry>
|
</entry>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</feed>
|
</feed>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user