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:
-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 -->