From 99ca844e3e89e53e44e350001cb20cd91da95bbe Mon Sep 17 00:00:00 2001 From: Doge Date: Fri, 7 May 2021 14:32:34 +0800 Subject: Add footer and page navigator support --- layout/index.ejs | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'layout/index.ejs') diff --git a/layout/index.ejs b/layout/index.ejs index 1857e73..ae1db98 100644 --- a/layout/index.ejs +++ b/layout/index.ejs @@ -44,7 +44,32 @@ <% } %> - <% }) %> + + + <% if (page.prev || page.next) { %> + + <% } %> \ No newline at end of file -- cgit v1.2.3