From 1c8ccc9314d0761b670396cb359ed5487093a2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 17 May 2021 15:48:07 +0800 Subject: [PATCH] =?UTF-8?q?enhance:=E5=BD=92=E6=A1=A3=E6=A0=8F=E7=9B=AE?= =?UTF-8?q?=E7=9A=84=E5=88=86=E9=A1=B5=E6=9B=B4=E6=96=B0=E4=B8=BA=E6=96=B0?= =?UTF-8?q?=E7=89=88=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/grid/layout/archive.ejs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/grid/layout/archive.ejs b/themes/grid/layout/archive.ejs index b3a77f9..c7209df 100644 --- a/themes/grid/layout/archive.ejs +++ b/themes/grid/layout/archive.ejs @@ -6,6 +6,10 @@ <% } else { %> <%- partial('partial/post/list', {start: 1}) %> +
+ <%- uk_paginator({total: page.total, current: page.current, sideSize: 3, midSize: 6, base: url_for(page.path), mainClasses: ["mb-0"]}) %> + +
<% } %>