Add an individual html title to various pages

This commit is contained in:
2026-01-31 14:16:44 -05:00
parent ef4302f8d4
commit a9b757232f
15 changed files with 1862 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
<!--% FOREACH episode IN episode_result %-->
<!--% in_window = ( episode.id > episode.latest || episode.id < ( episode.latest - 20 ) ? 0 : 1 ) %-->
<!--% episode_navigation = step_navigation(baseurl,episode) %-->
<!--% page_title = "HPR" _ zero_pad_left(episode.id) _ "::" _ episode.title %-->
<article>
<header>
<h1>hpr<!--% zero_pad_left(episode.id) %--> :: <!--% episode.title %--></h1>