File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ layout: null
7
7
<title >{{ site.title | xml_escape }}</title >
8
8
<description >{{ site.description | xml_escape }}</description >
9
9
<link >{{ site.url }}{{ site.baseurl }}/</link >
10
- <link href =" {{ " /feed .xml" | prepend: site.baseurl | prepend: site.url }}" rel =" self" type =" application/rss+xml" />
10
+ <link href =" {{ " /en/news_feed .xml" | prepend: site.baseurl | prepend: site.url }}" rel =" self" type =" application/rss+xml" />
11
11
<pubDate >{{ site.time | date_to_rfc822 }}</pubDate >
12
12
<lastBuildDate >{{ site.time | date_to_rfc822 }}</lastBuildDate >
13
13
<generator >Jekyll v{{ jekyll.version }}</generator >
14
14
{% for post in site.posts limit:10 %}
15
15
{% if post.language == 'en' and post.category == 'blog' %}
16
16
<item >
17
17
<title >{{ post.title | xml_escape }}</title >
18
- <description >{{ post.content | xml_escape }}</description >
18
+ <description >{{ post.excerpt | xml_escape }}</description >
19
19
<media : content url =" {{ site.url }}/img/{{ post.splash }}" type =" image/jpeg" />
20
20
<pubDate >{{ post.date | date_to_rfc822 }}</pubDate >
21
21
<link >{{ post.url | prepend: site.baseurl | prepend: site.url }}</link >
Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ layout: null
7
7
<title >{{ site.title | xml_escape }}</title >
8
8
<description >{{ site.description | xml_escape }}</description >
9
9
<link >{{ site.url }}{{ site.baseurl }}/</link >
10
- <link href =" {{ " /feed .xml" | prepend: site.baseurl | prepend: site.url }}" rel =" self" type =" application/rss+xml" />
10
+ <link href =" {{ " /it/news_feed .xml" | prepend: site.baseurl | prepend: site.url }}" rel =" self" type =" application/rss+xml" />
11
11
<pubDate >{{ site.time | date_to_rfc822 }}</pubDate >
12
12
<lastBuildDate >{{ site.time | date_to_rfc822 }}</lastBuildDate >
13
13
<generator >Jekyll v{{ jekyll.version }}</generator >
14
14
{% for post in site.posts limit:10 %}
15
15
{% if post.language == 'it' and post.category == 'blog' %}
16
16
<item >
17
17
<title >{{ post.title | xml_escape }}</title >
18
+ <excerpt >{{ post.excerpt | xml_escape }}</excerpt >
18
19
<description >{{ post.content | xml_escape }}</description >
19
20
<media : content url =" {{ site.url }}/img/{{ post.splash }}" type =" image/jpeg" />
20
21
<pubDate >{{ post.date | date_to_rfc822 }}</pubDate >
You can’t perform that action at this time.
0 commit comments