From a23ca24bd6a40d7973f41a384d0a86bd2953055a Mon Sep 17 00:00:00 2001
From: Roan Horning
Date: Sat, 6 Aug 2022 10:01:30 -0400
Subject: [PATCH] Fix MACRO show_series link to series page
---
templates/content-correspondent.tpl.html | 2 +-
templates/content-episodes.tpl.html | 2 +-
templates/content-index.tpl.html | 12 ++++++------
templates/shared-episode-summary.tpl.html | 7 ++++---
4 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/templates/content-correspondent.tpl.html b/templates/content-correspondent.tpl.html
index 0f027f4..47fc828 100644
--- a/templates/content-correspondent.tpl.html
+++ b/templates/content-correspondent.tpl.html
@@ -17,7 +17,7 @@
hosts.local_image,
hosts.hostid,
hosts.host, hosts.email,
- miniseries.name AS series
+ miniseries.name AS series, miniseries.id AS seriesid
FROM eps
INNER JOIN hosts ON eps.hostid = hosts.hostid
INNER JOIN miniseries ON eps.series = miniseries.id
diff --git a/templates/content-episodes.tpl.html b/templates/content-episodes.tpl.html
index b8778bc..e53fe9e 100644
--- a/templates/content-episodes.tpl.html
+++ b/templates/content-episodes.tpl.html
@@ -15,7 +15,7 @@
eps.duration, eps.notes, eps.tags,
hosts.hostid,
hosts.host, hosts.email, hosts.local_image,
- miniseries.name AS series
+ miniseries.name AS series, miniseries.id AS seriesid
FROM eps
INNER JOIN hosts ON eps.hostid = hosts.hostid
INNER JOIN miniseries ON eps.series = miniseries.id
diff --git a/templates/content-index.tpl.html b/templates/content-index.tpl.html
index 70c9825..b4563fd 100644
--- a/templates/content-index.tpl.html
+++ b/templates/content-index.tpl.html
@@ -25,7 +25,7 @@
images/" height="80" width="80" alt="" />
Hosted by on is flagged as and released under a license.
Tags: .
-listen in ogg, spx, or mp3 format.
+listen in ogg, spx, or mp3 format.
comments (0)
@@ -78,13 +78,13 @@
- .
+
+
+ .
@@ -7,7 +8,7 @@
hosted by
- . . .
+
. . .
.