From be7ccfac28c016c1531e724c5d4f88aa9847e190 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Thu, 18 May 2017 09:51:22 -0400 Subject: Fix issue with copyright not showing up on row --- layouts/partials/row.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/row.html b/layouts/partials/row.html index fff9126..dd78b7e 100644 --- a/layouts/partials/row.html +++ b/layouts/partials/row.html @@ -73,6 +73,7 @@ +
{{ $paginator := .Paginate (after 1 (where .Data.Pages "Type" "episode")) 5 }} {{ $list := (where .Data.Pages "Type" "episode") }} @@ -175,3 +176,4 @@ {{ end }} + -- cgit v1.2.3