Added a link to the IA copy of the show

site-generator: removed a subroutine prototype

templates/content-episode.tpl.html: added a new IA show link
This commit is contained in:
Dave Morriss 2023-09-28 23:16:04 +01:00
parent 35fa97e120
commit 68c5e91552
2 changed files with 3 additions and 2 deletions

View File

@ -232,7 +232,7 @@ sub main {
return 0;
}
sub get_template_html (\%@) {
sub get_template_html {
# For an HTML based Template file, define the
# template start and end tags to also function as
# HTML comments to make the template file valid HTML.

View File

@ -18,9 +18,10 @@
</p>
<p><!--% show_avatar(episode.hostid, episode.host) %-->
Hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(episode.hostid) %-->.html"><!--% episode.host %--></a> on <span><!--% episode.date %--></span> is flagged as <span><!--% display_explicit(episode.explicit) %--></span> and is released under a <span><!--% episode.license %--> license</span>. <br>
<!--% display_tags(episode.tags) %-->
<!--% display_tags(episode.tags) %-->
<label>Comments: </label><!--% display_comments_tally(episode.id, episode.eps_tally) %--> <br>
The show is available on the Internet Archive at: <a href="https://archive.org/details/hpr<!--% episode.id %-->">https://archive.org/details/hpr<!--% episode.id %--></a>
<!--% listen_now(episode, "hpr", baseurl, media_baseurl) %-->
</p>
<h3><!--% show_series(episode.series, episode.seriesid, "Part of the series") %--></h3>