changed from cgi_encode to uri_escape

This commit is contained in:
juego 2014-05-14 15:30:45 +02:00
parent 8c22f9a24c
commit f4002844e3

View file

@ -29,7 +29,7 @@ layout: none
<uri>{{ site.url }}</uri>
<email>{{ site.owner.email }}</email>
</author>
{% for tag in post.tags %}<category scheme="{{ site.url }}/tags/#{{ tag | cgi_encode }}" term="{{ tag }}" />{% endfor %}
{% for tag in post.tags %}<category scheme="{{ site.url }}/tags/#{{ tag | uri_escape }}" term="{{ tag }}" />{% endfor %}
<content type="html">{{ post.content | xml_escape }}
&lt;p&gt;&lt;a href=&quot;{{ site.url }}{{ post.url }}&quot;&gt;{{ post.title }}&lt;/a&gt; was originally published by {{ site.owner.name }} at &lt;a href=&quot;{{ site.url }}&quot;&gt;{{ site.title }}&lt;/a&gt; on {{ post.date | date: "%B %d, %Y" }}.&lt;/p&gt;</content>
</entry>