diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 3e59c1f..b91a925 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -5,6 +5,8 @@ baseURL: / theme: hugo-theme-next +paginate: 3 + #-------------------------------------- # Hugo multilingual settings #-------------------------------------- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fe39880..a0c4510 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,10 +19,7 @@ {{ partial "partials/header.html" . }}