Files @ 944752893833
Branch filter:

Location: website/conservancy/podjango/templates/podjango/feed_links.inc.html

bsturmfels
podjango: Combine templates into a single directory
1
2
3
4
5
6
7
8
{% load static %}

<a href="{% url 'podjango:feed-ogg' %}" class="feedlink">
  <img src="{% static 'podjango/img/cast/rss-audioogg.png' %}" alt="[Ogg/Vorbis Audio RSS]"/>
</a>
<a href="{% url 'podjango:feed-mp3' %}" class="feedlink">
  <img src="{% static 'podjango/img/cast/rss-audiomp3.png' %}" alt="[MP3 Audio RSS]"/>
</a>