Fix anchor link issue

This commit is contained in:
Paulus Schoutsen 2015-10-28 23:45:59 -07:00
parent 79b730d644
commit 2b619ad1c4
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>