Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-05-18 16:51:22 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-18 16:51:22 +0300
commitbe7ccfac28c016c1531e724c5d4f88aa9847e190 (patch)
tree26eef4f82f6aaf1968c471907903fe1bc91dd889
parent1a025d7dc23f94cff64b8724e7e3c20a7a7f3f9a (diff)
Fix issue with copyright not showing up on row
-rw-r--r--layouts/partials/row.html2
1 files changed, 2 insertions, 0 deletions
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 @@
</div>
</div>
+<section class="episode-list">
<!-- rest of episodes -->
{{ $paginator := .Paginate (after 1 (where .Data.Pages "Type" "episode")) 5 }}
{{ $list := (where .Data.Pages "Type" "episode") }}
@@ -175,3 +176,4 @@
{{ end }}
</div>
</div>
+</div> <!-- end section -->