remove tab
This commit is contained in:
parent
205961a7bb
commit
2128b1c48b
2
feed.xml
2
feed.xml
@ -12,7 +12,7 @@ layout: null
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<link>{{ '' | absolute_url }}</link>
|
<link>{{ '' | absolute_url }}</link>
|
||||||
<atom:link href="{{ 'feed.xml' | absolute_url }}" rel="self" type="application/rss+xml" />
|
<atom:link href="{{ 'feed.xml' | absolute_url }}" rel="self" type="application/rss+xml" />
|
||||||
{% assign excerpt_length = site.excerpt_length | default: 50 %}
|
{% assign excerpt_length = site.excerpt_length | default: 50 %}
|
||||||
{% for post in site.posts limit:20 %}
|
{% for post in site.posts limit:20 %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ post.title | xml_escape }}</title>
|
<title>{{ post.title | xml_escape }}</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user