+
+ {{- partial "custom-message.html" . -}}
+
+
+ {{ .Scratch.Set "pages" .Paginator.Pages }}
+
+ {{ if eq .Site.Params.multipage true }}
+ {{- partial "pagination.html" . -}}
+ {{ else }}
+ {{- partial "no-pagination.html" . -}}
+ {{ end }}
+
+
+
+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/index.html b/layouts/index.html
index a5e21fb..7963274 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -3,44 +3,16 @@
{{- partial "custom-message.html" . -}}
+
+ {{ .Scratch.Set "pages" .Site.Pages }}
+
+ {{ if eq .Site.Params.multipage true }}
+ {{- partial "pagination.html" . -}}
+ {{ else }}
+ {{- partial "no-pagination.html" . -}}
+ {{ end }}
-
-{{ end }}
+{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 6d8475a..39d8c7f 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -84,6 +84,12 @@