We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d03317 commit b600fb9Copy full SHA for b600fb9
2 files changed
site/layouts/work/list.html
@@ -1,6 +1,6 @@
1
{{ define "main" }}
2
3
-{{ $paginator := .Paginate (where .Pages.ByWeight "Type" "work") 8 }}
+{{ $paginator := .Paginate (where .Pages.ByWeight "Type" "work") 100 }}
4
<section id="portfolio">
5
<div class="wrapper">
6
<h1>
@@ -34,4 +34,4 @@ <h1>
34
35
</section>
36
37
-{{end}}
+{{end}}
0 commit comments