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/_partial/footer.ejs | 9 +++++++++ layout/_partial/header.ejs | 3 +++ 2 files changed, 12 insertions(+) (limited to 'layout/_partial') diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index e69de29..e9b8c64 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index e96f62b..1ef4ef8 100644 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -2,6 +2,9 @@
<%= config.title %>
+
+ <%= config.description %> +