diff --git a/templates/content-theme.tpl.html b/templates/content-theme.tpl.html
index 3b7afa9..4b54c4d 100644
--- a/templates/content-theme.tpl.html
+++ b/templates/content-theme.tpl.html
@@ -26,7 +26,7 @@
HPR Outro Music
- This can be added is automatically added after you upload your show.
+ This is automatically added after you upload your show.
diff --git a/templates/queries-episode-sqlite.tpl.html b/templates/queries-episode-sqlite.tpl.html
index c8c780d..d4a4631 100644
--- a/templates/queries-episode-sqlite.tpl.html
+++ b/templates/queries-episode-sqlite.tpl.html
@@ -21,7 +21,7 @@
FROM eps
INNER JOIN episode_date
ON eps.date > episode_date.date
- WHERE eps.date < date(\'now\')
+ WHERE eps.date <= date(\'now\')
),
comment_tallies AS (
SELECT
diff --git a/templates/shared-utils.tpl.html b/templates/shared-utils.tpl.html
index f650106..c544bcd 100644
--- a/templates/shared-utils.tpl.html
+++ b/templates/shared-utils.tpl.html
@@ -80,16 +80,20 @@
-<< First,
-
- < Previous,
-
- < Previous,
-
-
- Next >,
-
- Next >
-
- Latest >>
+<< First,
+
+ < Previous,
+
+ < Previous,
+
+
+ Next >,
+
+ Next >
+
+ Latest >>
+
+