Merge pull request 'Added a link to the IA copy of the show' (#170) from IA_link into main

Reviewed-on: rho_n/hpr_generator#170
This commit is contained in:
Ken Fallon 2023-09-29 08:15:21 +00:00
commit 383ef45bb7
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

@ -21,6 +21,7 @@ Hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pa
<!--% 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>