comparison feed.xml @ 75:333306af2e72 kai

Make community-news.md. Now all News are from one source!
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 13 Oct 2016 17:53:55 +0200
parents 002d154531d4
children
comparison
equal deleted inserted replaced
74:5e297505996c 75:333306af2e72
9 <link>{{ "/" | absolute_url }}</link> 9 <link>{{ "/" | absolute_url }}</link>
10 <atom:link href="{{ "/feed.xml" | absolute_url }}" rel="self" type="application/rss+xml"/> 10 <atom:link href="{{ "/feed.xml" | absolute_url }}" rel="self" type="application/rss+xml"/>
11 <pubDate>{{ site.time | date_to_rfc822 }}</pubDate> 11 <pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
12 <lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate> 12 <lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
13 <generator>Jekyll v{{ jekyll.version }}</generator> 13 <generator>Jekyll v{{ jekyll.version }}</generator>
14 {% for post in site.posts limit:10 %} 14 {% for post in site.posts limit:20 %}
15 <item> 15 <item>
16 <title>{{ post.title | xml_escape }}</title> 16 <title>{{ post.title | xml_escape }}</title>
17 <description>{{ post.content | xml_escape }}</description> 17 <description>{{ post.content | xml_escape }}</description>
18 <pubDate>{{ post.date | date_to_rfc822 }}</pubDate> 18 <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
19 <link>{{ post.url | absolute_url }}</link> 19 <link>{{ post.url | absolute_url }}</link>