From 70a70db9995549e6e75085187e784c13974a7161 Mon Sep 17 00:00:00 2001 From: Vincent Menke <vincent.menke@stud.h-da.de> Date: Wed, 15 Jan 2025 10:37:14 +0100 Subject: [PATCH] feat: reverte my last commit since paginate is depricated --- hugo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.yaml b/hugo.yaml index 99cb721..9c8533a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,6 +1,7 @@ baseURL: '/' title: Fachschaft Informatik -paginate: 5 +pagination: + pagerSize: 5 theme: hugo-arcana enableInlineShortcodes: true -- GitLab