mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
clean feed url
This commit is contained in:
parent
470a844286
commit
bec1d5a480
@ -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 }} →</title>
|
||||
<link>{{ post.linkurl | escape }}</link>
|
||||
{% else %}
|
||||
<title>{{ post.title | escape }}</title>
|
||||
<link>{{ site.url }}/{{ post.url | escape }}</link>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user