mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +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 %}
|
{% for post in site.posts limit:100 %}
|
||||||
<entry>
|
<entry>
|
||||||
<title>{{ post.title | escape }}</title>
|
|
||||||
|
|
||||||
{% if post.layout == "link" %}
|
{% if post.layout == "link" %}
|
||||||
|
<title>{{ post.title | escape }} →</title>
|
||||||
<link>{{ post.linkurl | escape }}</link>
|
<link>{{ post.linkurl | escape }}</link>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
<title>{{ post.title | escape }}</title>
|
||||||
<link>{{ site.url }}/{{ post.url | escape }}</link>
|
<link>{{ site.url }}/{{ post.url | escape }}</link>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user