diff --git a/themes/openpowerfoundation/layouts/specifications/list.html b/themes/openpowerfoundation/layouts/specifications/list.html index b369048..eee0ee0 100644 --- a/themes/openpowerfoundation/layouts/specifications/list.html +++ b/themes/openpowerfoundation/layouts/specifications/list.html @@ -42,15 +42,20 @@ -
- {{ range .Data.Pages.ByTitle }} -
 
-
- {{ .Title }} -
-
 
+
+ {{ range (.Paginate .Data.Pages.ByTitle 30).Pages }} + {{ end }}
+
+
 
+
+ {{ template "_internal/pagination.html" . }} +
+
 
+