From e1eee02339e971ae711ab6ef5e2f8ec3f796271a Mon Sep 17 00:00:00 2001 From: Laika <36010519+its-laika@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:04:08 +0200 Subject: [PATCH] fix: Fixed wrong pagination paths --- NanoBlog/Services/Generation/BlogGenerator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NanoBlog/Services/Generation/BlogGenerator.cs b/NanoBlog/Services/Generation/BlogGenerator.cs index 6b3cb91..4700e63 100644 --- a/NanoBlog/Services/Generation/BlogGenerator.cs +++ b/NanoBlog/Services/Generation/BlogGenerator.cs @@ -81,7 +81,7 @@ private static string BuildNavigation(int pageNumber, int pageCount) { navigation.Append(@$" "); } @@ -101,7 +101,7 @@ private static string BuildNavigation(int pageNumber, int pageCount) { navigation.Append(@$" "); }