File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
<language >en-us</language >
7
7
<ttl >40</ttl >
8
8
<description >The latest news from Ruby-Lang.org.</description >
9
- {% for post in site.categories.news %}
9
+ {% for post in site.categories.en %}
10
10
<item >
11
11
<title >{{ post.title }}</title >
12
12
<description >{{ post.content | xml_escape }}</description >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h1>Ruby is...</h1>
21
21
22
22
---
23
23
24
- {% for post in site.categories.news limit:2 %}
24
+ {% for post in site.categories.en limit:2 %}
25
25
< div class ="post ">
26
26
< h3 > < a href ="{{ post.url }} "> {{ post.title }}</ a > </ h3 >
27
27
@@ -36,7 +36,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
36
36
< div id ="news ">
37
37
< h3 > < a href ="/en/news/ "> Other News</ a > </ h3 >
38
38
< ul >
39
- {% for post in site.categories.news offset:2 limit:3 %}
39
+ {% for post in site.categories.en offset:2 limit:3 %}
40
40
< li >
41
41
< a href ="{{ post.url }} "> {{ post.title }}</ a >
42
42
< span class ="post-info "> Posted By {{ post.author }} on {{ post.date | date_to_string }}</ span >
@@ -45,7 +45,7 @@ <h3><a href="/en/news/">Other News</a></h3>
45
45
</ ul >
46
46
47
47
< ul >
48
- {% for post in site.categories.news offset:5 limit:3 %}
48
+ {% for post in site.categories.en offset:5 limit:3 %}
49
49
< li >
50
50
< a href ="{{ post.url }} "> {{ post.title }}</ a >
51
51
< span class ="post-info "> Posted By {{ post.author }} on {{ post.date | date_to_string }}</ span >
Original file line number Diff line number Diff line change 4
4
lang: en
5
5
---
6
6
7
- {% for post in site.categories.news %}
7
+ {% for post in site.categories.en %}
8
8
< div class ="post ">
9
9
< h3 > < a href ="{{ post.url }} "> {{ post.title }}</ a > </ h3 >
10
10
You can’t perform that action at this time.
0 commit comments