File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ layout: none
10
10
<link>{{ site.baseurl}}{{ site.url }}</link>
11
11
<atom:link href="{{ site.baseurl}}{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
12
12
{% for post in site.posts limit:10 %}
13
- <item>
14
- <title>{{ post.title }}</title>
15
- <description>{{ post.content | xml_escape }}</description>
16
- <pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
17
- <link>{{ site.url }}{{ site.baseurl}}{{ post.url }}</link>
18
- <guid isPermaLink="true">{{ site.url }}{{ site.baseurl}}{{ post.url }}</guid>
19
- </item>
13
+ <item>
14
+ <title>{{ post.title }}</title>
15
+ <description>{{ post.content | xml_escape }}</description>
16
+ <pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
17
+ <link>{{ site.url }}{{ site.baseurl}}{{ post.url }}</link>
18
+ <guid isPermaLink="true">{{ site.url }}{{ site.baseurl}}{{ post.url }}</guid>
19
+ </item>
20
20
{% endfor %}
21
21
</channel>
22
22
</rss>
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ layout: none
4
4
5
5
<?xml version =' 1.0' encoding =' UTF-8' ?>
6
6
<urlset xmlns =' http://www.sitemaps.org/schemas/sitemap/0.9' >
7
- {% for post in site.posts %}
8
- <url >
9
- <loc >{{ site.url }}{{ site.baseurl}}{{ post.url }}</loc >
10
- <lastmod >{{ post.date | date_to_xmlschema }}</lastmod >
11
- </url >
12
- {% endfor %}
7
+ {% for post in site.posts %}
8
+ <url >
9
+ <loc >{{ site.url }}{{ site.baseurl}}{{ post.url }}</loc >
10
+ <lastmod >{{ post.date | date_to_xmlschema }}</lastmod >
11
+ </url >
12
+ {% endfor %}
13
13
</urlset >
You can’t perform that action at this time.
0 commit comments