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:
Roan Horning 2023-04-02 07:24:43 -04:00
parent a9c4388cb0
commit c6e909523f
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769
3 changed files with 6 additions and 2 deletions

View File

@ -63,10 +63,12 @@
<!--% FOREACH hpr_show IN hpr_shows; %--> <!--% FOREACH hpr_show IN hpr_shows; %-->
<!--% show_summary(hpr_show, 'hide_host') %--> <!--% show_summary(hpr_show, 'hide_host') %-->
<p class="listen-in"><!--% display_listen_in(hpr_show.id) %--></p>
<!--% END %--> <!--% 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>

View File

@ -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>

View File

@ -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>