Mercurial > public > sg101
changeset 225:7fdfc9b3c71a
Tweaks to the podcast templates.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 08 Jun 2010 03:22:26 +0000 |
parents | 76ad86454ce9 |
children | 405468b8e3b9 |
files | gpp/templates/podcast/base.html gpp/templates/podcast/detail.html |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/templates/podcast/base.html Tue Jun 08 03:09:48 2010 +0000 +++ b/gpp/templates/podcast/base.html Tue Jun 08 03:22:26 2010 +0000 @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% block content %} -<h2>SurfGuitar101 Podcast</h2> +<h2><a href="{% url podcast-main %}">SurfGuitar101 Podcast</a></h2> <img src="{{ channel.image.url }}" alt="Podcast Logo" style="float: left; margin-right:10px;" /> <p> 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. @@ -16,6 +16,9 @@ <p> Subscribe to the podcast via RSS: <a href="{% url podcast.views.feed %}">Feed</a> </p> +<p> +<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. +</p> <br clear="all" /> <hr /> {% block podcast-content %}{% endblock %}
--- a/gpp/templates/podcast/detail.html Tue Jun 08 03:09:48 2010 +0000 +++ b/gpp/templates/podcast/detail.html Tue Jun 08 03:22:26 2010 +0000 @@ -1,7 +1,7 @@ {% extends 'podcast/base.html' %} {% block title %}Podcast: {{ podcast.title }}{% endblock %} {% block podcast-content %} -<div class="breadcrumb"> +<div class="breadcrumbs"> <a href="{% url podcast.views.index %}">Podcast Index</a> >> {{ podcast.title }} </div> <h3>{{ podcast.pubdate|date:"F d, Y" }} • {{ podcast.title }}</h3>