1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00

clean feed url

This commit is contained in:
Matthias Kretschmann 2013-12-15 13:30:25 +01:00
parent 470a844286
commit bec1d5a480

View File

@ -15,11 +15,11 @@ layout: nil
{% for post in site.posts limit:100 %}
<entry>
<title>{{ post.title | escape }}</title>
{% if post.layout == "link" %}
<title>{{ post.title | escape }} &#8594;</title>
<link>{{ post.linkurl | escape }}</link>
{% else %}
<title>{{ post.title | escape }}</title>
<link>{{ site.url }}/{{ post.url | escape }}</link>
{% endif %}