From d3f518954a0424ce2a789ffc83517883ef2e4ce0 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Tue, 2 May 2017 06:16:00 -0500 Subject: Construct pager properly --- layouts/episode/single.html | 8 ++++---- layouts/partials/row.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/episode/single.html b/layouts/episode/single.html index 68cf8f0..f05bccf 100644 --- a/layouts/episode/single.html +++ b/layouts/episode/single.html @@ -8,7 +8,7 @@
- +
{{ .Description | markdownify }} @@ -41,16 +41,16 @@
{{ if and (isset .Params "thumbnail") (ne .Params.thumbnail "") }} {{ if (eq (slicestr .Params.thumbnail 0 4) "http") }} - {{ .Title }} + {{ .Title }} {{ else }} - {{ .Title }} + {{ .Title }} {{ end }} {{ else }} {{ .Title }} {{ end }}