forked from HPR/hpr_generator
		
	Add requested audio links
Have links to an episodes auido files appear in the Last 5 weeks section of the index page, on the full index page, and on individual host pages.
This commit is contained in:
		| @@ -62,11 +62,13 @@ | |||||||
| 		</p> | 		</p> | ||||||
| 	<!--% FOREACH hpr_show IN hpr_shows; %--> | 	<!--% FOREACH hpr_show IN hpr_shows; %--> | ||||||
|  |  | ||||||
| 		<!--% show_summary(hpr_show, 'hide_host') %--> | 	<!--% show_summary(hpr_show, 'hide_host') %--> | ||||||
|     <!--% END %--> |     <p class="listen-in"><!--% display_listen_in(hpr_show.id) %--></p> | ||||||
|  | 	<!--% END %--> | ||||||
| 	<!--% FOREACH twat_show IN twat_shows; %--> | 	<!--% FOREACH twat_show IN twat_shows; %--> | ||||||
|  |  | ||||||
| 		<!--% twat_show_summary(twat_show, 'hide_host') %--> | 		<!--% twat_show_summary(twat_show, 'hide_host') %--> | ||||||
|  | 		<p class="listen-in"><!--% display_listen_in(twat_show.id,"twat") %--></p> | ||||||
|     <!--% END %--> |     <!--% END %--> | ||||||
| 	</article> | 	</article> | ||||||
| 	<p><a href="contribute.html">Become a Correspondent</a></p> | 	<p><a href="contribute.html">Become a Correspondent</a></p> | ||||||
|   | |||||||
| @@ -11,6 +11,7 @@ | |||||||
| <!--% FOREACH episodes IN DBI.query(query_episodes)  | <!--% FOREACH episodes IN DBI.query(query_episodes)  | ||||||
| %--> | %--> | ||||||
| 	<!--% show_summary(episodes) %--> | 	<!--% show_summary(episodes) %--> | ||||||
|  | 	<p class="listen-in"><!--% display_listen_in(episodes.id) %--></p> | ||||||
| <!--% END %--> | <!--% END %--> | ||||||
| <h2 id="twat_episodes">Today With a Techie Archived Shows</h2> | <h2 id="twat_episodes">Today With a Techie Archived Shows</h2> | ||||||
| 	<p> | 	<p> | ||||||
|   | |||||||
| @@ -84,6 +84,7 @@ | |||||||
| <!--% FOREACH last_5_weeks_episodes IN DBI.query(query_last_5_weeks_episodes)  | <!--% FOREACH last_5_weeks_episodes IN DBI.query(query_last_5_weeks_episodes)  | ||||||
| %--> | %--> | ||||||
| 	<!--% show_summary(last_5_weeks_episodes) %--> | 	<!--% show_summary(last_5_weeks_episodes) %--> | ||||||
|  | 	<p class="listen-in"><!--% display_listen_in(last_5_weeks_episodes.id) %--></p> | ||||||
| <!--% END %--> | <!--% END %--> | ||||||
| </article> | </article> | ||||||
| <h1>Older Shows</h1> | <h1>Older Shows</h1> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user