Sha256: fe77fa13b9a79eefee0f45aecf356fc7ce6e96a27f63ba7b38869af759199f53

Contents?: true

Size: 922 Bytes

Versions: 5

Compression:

Stored size: 922 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>{{ site.theme_settings.title | xml_escape }}</title>
        <atom:link href="{{ "/feed.xml" | relative_url }}" rel="self" type="application/rss+xml"/>
        <link>{{ site.url }}{{ site.baseurl }}/</link>
        <description>{{ site.theme_settings.description | xml_escape }}</description>
        <pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
        {% for post in site.posts limit:15 %}
        <item>
            <title>{{ post.title | xml_escape }}</title>
            <link>{{ post.url | relative_url }}</link>
            <guid isPermaLink="true">{{ post.url | relative_url }}</guid>
            <description>{{ post.content | xml_escape }}</description>
            <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
        </item>
        {% endfor %}
    </channel>
</rss>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
type-on-strap-0.6.3 _layouts/feed.xml
type-on-strap-0.5.3 _layouts/feed.xml
jekyll-theme-type-on-strap-4.0.2 _layouts/feed.xml
jekyll-theme-type-on-strap-3.0.0 _layouts/feed.xml
type-on-strap-0.4.2 _layouts/feed.xml