File tree Expand file tree Collapse file tree 3 files changed +3
-29
lines changed Expand file tree Collapse file tree 3 files changed +3
-29
lines changed Original file line number Diff line number Diff line change 5656 <script type="text/javascript">try{Typekit.load();}catch(e){}</script> -->
5757
5858 <!-- 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 33<?xml version =" 1.0" encoding =" utf-8" ?>
44<feed xmlns =" http://www.w3.org/2005/Atom" >
55 <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 >
77 <link type =" application/atom+xml" href =" https://www.scala-lang.org/feed/index.xml" rel =" self" />
88 <link type =" text/html" href =" https://www.scala-lang.org/news/" rel =" alternate" />
99
1313 </author >
1414 <rights >Copyright (c) 2002-{{ site.time | date:"%Y" }} École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland</rights >
1515
16- {% for post in site.categories.news limit:20 %}
16+ {% for post in site.posts limit:20 %}
1717 <entry >
1818 <title >{{ post.title }}</title >
1919 <link href =" https://www.scala-lang.org{{ post.url }}" />
You can’t perform that action at this time.
0 commit comments