RSS FeedsΒΆ

An RSS feed is automatically generated for the tumblelog. It can be included in templates by reversing the view’s URL with the {% url %} template tag.

{% load url from future %}

<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="{% url 'tumblelog:feed' %" />

The feed may be customized via 4 settings:

A simple and extensible tumblelog engine for Django. Created by Chuck Harmston, released under the MIT license.

Table Of Contents