From b6cbc945fe2c4167206883e7fb506e1e35125ac4 Mon Sep 17 00:00:00 2001
From: BALLOON | FU-SEN <5434159+fu-sen@users.noreply.github.com>
Date: Sat, 19 Apr 2025 08:57:27 +0000
Subject: [PATCH] fix: fix partial handling for pagination
---
layouts/index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index e3ff826..8ef148c 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -96,6 +96,6 @@
</div>
{{ end }}
<div class="pagination">
- {{ template "partials/pagination.html" . }}
+ {{ partial "pagination.html" . }}
</div>
{{ end }}
--
Gitblit v1.10.0