Added Atom feeds for snippets.

This commit is contained in:
Armin Ronacher 2010-05-05 17:26:28 +02:00
parent eac73e3dd4
commit 749e9ce7ac
4 changed files with 37 additions and 6 deletions

View file

@ -1,6 +1,7 @@
{% extends "layout.html" %}
{% block head %}
{{ super() }}
<link href="{{ url_for('recent_feed') }}" rel="alternate" title="Recent Flask Snippets" type="application/atom+xml">
<style type=text/css>
h1 { background-image: url(/static/snippets.png); }
</style>