diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 1654cc9..0e99d4b 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -198,7 +198,7 @@ h1.showtitle { font-size: 125%;} p.author { font-size: 85%;} p.shownotes { padding: .5em;} -#maincontent footer p { font-size: 75%; margin-bottom: 1em;} +#maincontent footer p { /* font-size: 75%; */ margin-bottom: 1em;} /* link styling */ a:link {text-decoration: none;} diff --git a/templates/content-episode.tpl.html b/templates/content-episode.tpl.html index 4515096..17daa52 100644 --- a/templates/content-episode.tpl.html +++ b/templates/content-episode.tpl.html @@ -87,7 +87,7 @@ Subscribe to the comments 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 > - - Latest >> +<< First, + + < Previous, + + < Previous, + + + , + + Next > + + Latest >> + +