comparison gpp/templates/podcast/base.html @ 225:7fdfc9b3c71a

Tweaks to the podcast templates.
author Brian Neal <bgneal@gmail.com>
date Tue, 08 Jun 2010 03:22:26 +0000
parents dbd703f7d63a
children daa2916f5b34
comparison
equal deleted inserted replaced
224:76ad86454ce9 225:7fdfc9b3c71a
1 {% extends 'base.html' %} 1 {% extends 'base.html' %}
2 {% block content %} 2 {% block content %}
3 <h2>SurfGuitar101 Podcast</h2> 3 <h2><a href="{% url podcast-main %}">SurfGuitar101 Podcast</a></h2>
4 <img src="{{ channel.image.url }}" alt="Podcast Logo" style="float: left; margin-right:10px;" /> 4 <img src="{{ channel.image.url }}" alt="Podcast Logo" style="float: left; margin-right:10px;" />
5 <p> 5 <p>
6 Welcome to the <strong>Surfguitar101 Podcast</strong>! The podcast started as an experiment just to see what it took to create a podcast. The reaction was very positive so hopefully we will start seeing new episodes on a semi-regular basis. You can download the podcast episodes here and we are also listed in iTunes. 6 Welcome to the <strong>Surfguitar101 Podcast</strong>! The podcast started as an experiment just to see what it took to create a podcast. The reaction was very positive so hopefully we will start seeing new episodes on a semi-regular basis. You can download the podcast episodes here and we are also listed in iTunes.
7 </p> 7 </p>
8 <p> 8 <p>
14 <a href="mailto:podcast@surfguitar101.com">podcast@surfguitar101.com</a>. 14 <a href="mailto:podcast@surfguitar101.com">podcast@surfguitar101.com</a>.
15 </p> 15 </p>
16 <p> 16 <p>
17 Subscribe to the podcast via RSS: <a href="{% url podcast.views.feed %}">Feed</a> 17 Subscribe to the podcast via RSS: <a href="{% url podcast.views.feed %}">Feed</a>
18 </p> 18 </p>
19 <p>
20 <strong>Hey iTunes users!</strong> Here is our <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=284928526">listing in iTunes</a>. Follow the previous link and then click the subscribe button to let iTunes automatically download episodes for you.
21 </p>
19 <br clear="all" /> 22 <br clear="all" />
20 <hr /> 23 <hr />
21 {% block podcast-content %}{% endblock %} 24 {% block podcast-content %}{% endblock %}
22 {% endblock %} 25 {% endblock %}