mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +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">
|
||||
{% endif %}
|
||||
|
||||
{{ content | expand_urls: root_url }}
|
||||
{{ content }}
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
<link href="{{ site.url }}{{ post.url }}"/>
|
||||
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
||||
<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>
|
||||
{% endfor %}
|
||||
</feed>
|
||||
|
Loading…
x
Reference in New Issue
Block a user