1
0
forked from HPR/hpr_generator

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.