From f7216132a49f4bcdcabee6f47dcfbdaa2ca49ebc Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Fri, 2 Sep 2022 18:23:50 -0400 Subject: [PATCH] Update episode template to match current HPR layout and content --- templates/content-episode.tpl.html | 25 +++++++++++++++++++---- templates/shared-episode-summary.tpl.html | 6 ++++++ 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/templates/content-episode.tpl.html b/templates/content-episode.tpl.html index 6161e57..fe24fa6 100644 --- a/templates/content-episode.tpl.html +++ b/templates/content-episode.tpl.html @@ -40,6 +40,8 @@ episode_maxmin.latest, episode_maxmin.earliest, episode_previous.previous, episode_next.next, hosts.hostid, hosts.host, + miniseries.name AS \'series\', miniseries.id AS \'seriesid\', + miniseries.description AS \'series_description\', COALESCE (comment_tallies.eps_tally, 0) AS eps_tally FROM eps INNER JOIN hosts ON eps.hostid = hosts.hostid @@ -66,9 +68,27 @@ Hosted by +

- +

Comments

@@ -94,9 +114,6 @@ Subscribe to the comments + + + + . + .