master
Nick Sergeant 2012-05-15 00:19:35 -04:00
parent 734c0c0105
commit 768d5715db
2 changed files with 2 additions and 10 deletions

View File

@ -8,11 +8,7 @@
<li><span class="prompt">/</span> <a href="/{{ user.username }}/tag/{{ tag.slug }}/">{{ tag.name }}</a></li>
{% endif %}
<li class="rss">
{% if user.username == 'blog' %}
<a href="feedburner">RSS</a>
{% else %}
<a href="{{ request.path }}?rss{% if not public %}&api_key={{ request.user.api_key.key }}{% endif %}">RSS</a>
{% endif %}
<a href="{{ request.path }}?rss{% if not public %}&api_key={{ request.user.api_key.key }}{% endif %}">RSS</a>
</li>
{% endblock %}

View File

@ -47,11 +47,7 @@
{% endblock %}
{% if has_snipts and not detail %}
{% if user.username == 'blog' %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="feedburner" />
{% else %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ request.path }}?rss{% if not public %}&api_key={{ request.user.api_key.key }}{% endif %}" />
{% endif %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ request.path }}?rss{% if not public %}&api_key={{ request.user.api_key.key }}{% endif %}" />
{% endif %}
<!--[if IE]>