File tree 3 files changed +3
-29
lines changed
3 files changed +3
-29
lines changed Original file line number Diff line number Diff line change 56
56
<script type="text/javascript">try{Typekit.load();}catch(e){}</script> -->
57
57
58
58
<!-- Atom feeds -->
59
- < link rel ="alternate " type ="application/atom+xml " title ="News Feed " href ="{{ site.baseurl }}/feed/index.xml " />
60
- < link rel ="alternate " type ="application/atom+xml " title ="Blog Feed " href ="{{ site.baseurl }}/feed/blog.xml " />
59
+ < link rel ="alternate " type ="application/atom+xml " title ="Feed " href ="{{ site.baseurl }}/feed/index.xml " />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
<?xml version =" 1.0" encoding =" utf-8" ?>
4
4
<feed xmlns =" http://www.w3.org/2005/Atom" >
5
5
<id >https://www.scala-lang.org/</id >
6
- <title type =" text" xml : lang =" en" >{{ site.title }} :: News </title >
6
+ <title type =" text" xml : lang =" en" >{{ site.title }}</title >
7
7
<link type =" application/atom+xml" href =" https://www.scala-lang.org/feed/index.xml" rel =" self" />
8
8
<link type =" text/html" href =" https://www.scala-lang.org/news/" rel =" alternate" />
9
9
13
13
</author >
14
14
<rights >Copyright (c) 2002-{{ site.time | date:"%Y" }} École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland</rights >
15
15
16
- {% for post in site.categories.news limit:20 %}
16
+ {% for post in site.posts limit:20 %}
17
17
<entry >
18
18
<title >{{ post.title }}</title >
19
19
<link href =" https://www.scala-lang.org{{ post.url }}" />
You can’t perform that action at this time.
0 commit comments