Sha256: 1374727fe75c49a3ee30d7cd174cc5bb1aadf1198733f6de35190a6e49f138a8

Contents?: true

Size: 914 Bytes

Versions: 5

Compression:

Stored size: 914 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" | absolute_url }}" rel="self" type="application/rss+xml"/>
        <link>{{ "/" | absolute_url }}</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 | absolute_url }}</link>
            <guid isPermaLink="false">{{ 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-1.3.0 _layouts/feed.xml
type-on-strap-1.1.1 _layouts/feed.xml
jekyll-theme-type-on-strap-6.0.0 _layouts/feed.xml
jekyll-theme-type-on-strap-5.0.1 _layouts/feed.xml
type-on-strap-1.0.1 _layouts/feed.xml