Fixing rss

master
Nick Sergeant 2012-05-15 00:05:24 -04:00
parent cc64bae634
commit 0cf2ce0c82
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<link href="https://snipt.net{{ request.get_full_path }}" rel="self" />
<rss xmlns:atom="http://www.w3.org/2005/Atom">
<atom:link href="https://snipt.net{{ request.get_full_path }}" rel="self" type="application/rss+xml" />
<channel>
<description>{% if public and not public_user %}Public snipts{% else %}Snipts by {{ user.username }}{% endif %}{% if tag %} tagged with "{{ tag }}"{% endif %}</description>
<title>/ {% if public and not public_user %}public{% else %}{{ user.username }}{% endif %}{% if tag %} / {{ tag }}{% endif %} - Snipt</title>