From d1a617cf11fdff031411b74e3b6117f928c59de3 Mon Sep 17 00:00:00 2001
From: Vincent Menke <vincent.menke@stud.h-da.de>
Date: Tue, 14 Jan 2025 19:43:37 +0100
Subject: [PATCH] feat: tiny fix <3, reverte some merge failes

---
 hugo.yaml                    | 3 +--
 layouts/partials/header.html | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/hugo.yaml b/hugo.yaml
index 9c8533a..99cb721 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -1,7 +1,6 @@
 baseURL: '/'
 title: Fachschaft Informatik
-pagination:
-  pagerSize: 5
+paginate: 5
 theme: hugo-arcana
 
 enableInlineShortcodes: true
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index ef0e986..853cb98 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,5 +1,5 @@
 <div id="header">
-    {{ if hugo.IsMultilingual }}
+    {{ if .Site.IsMultiLingual }}
         {{- partial "languages.html" . }}
     {{- end -}}
     <h1 id="logo_container">
-- 
GitLab