# HG changeset patch # User Brian Neal # Date 1275967346 0 # Node ID 7fdfc9b3c71ac7e3de70ba7b25f26a35227d9bf1 # Parent 76ad86454ce9bb4af678e9fb6b1f61ebf1428d54 Tweaks to the podcast templates. diff -r 76ad86454ce9 -r 7fdfc9b3c71a gpp/templates/podcast/base.html --- 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 %} -

SurfGuitar101 Podcast

+

SurfGuitar101 Podcast

Podcast Logo

Welcome to the Surfguitar101 Podcast! 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 @@

Subscribe to the podcast via RSS: Feed

+

+Hey iTunes users! Here is our listing in iTunes. Follow the previous link and then click the subscribe button to let iTunes automatically download episodes for you. +



{% block podcast-content %}{% endblock %} diff -r 76ad86454ce9 -r 7fdfc9b3c71a gpp/templates/podcast/detail.html --- 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 %} -