bootstrap-expo/feed.xml

32 строки
1.2 KiB
XML
Исходник Обычный вид История

2013-03-15 00:37:02 +04:00
---
2014-02-06 20:19:43 +04:00
layout: nil
2013-03-15 00:37:02 +04:00
---
2014-02-06 20:19:43 +04:00
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
2013-03-15 00:37:02 +04:00
<channel>
2014-02-06 20:19:43 +04:00
<title xml:lang="en">{{ site.name }}</title>
<atom:link type="application/atom+xml" href="{{ site.url }}/feed.xml" rel="self"/>
2014-02-06 20:19:43 +04:00
<link>{{ site.url }}/</link>
<pubDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<lastBuildDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</lastBuildDate>
<language>en-US</language>
2013-03-15 00:37:02 +04:00
<description>{{ site.description }}</description>
{% for post in site.posts limit:10 %}
<item>
<title>{{ post.title }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
2014-02-06 20:19:43 +04:00
<link>{{ site.url }}{{ post.url }}</link>
2013-03-15 00:37:02 +04:00
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
</item>
{% endfor %}
</channel>
</rss>