remove tab
This commit is contained in:
parent
205961a7bb
commit
2128b1c48b
2
feed.xml
2
feed.xml
@ -12,7 +12,7 @@ layout: null
|
||||
{% endif %}
|
||||
<link>{{ '' | absolute_url }}</link>
|
||||
<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 %}
|
||||
<item>
|
||||
<title>{{ post.title | xml_escape }}</title>
|
||||
|
Loading…
Reference in New Issue
Block a user