remove tab

This commit is contained in:
Dean Attali 2020-09-12 06:08:43 +00:00
parent 205961a7bb
commit 2128b1c48b
1 changed files with 1 additions and 1 deletions

View File

@ -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>