From 1dbbc6110fd6a89621856de8b5932564cba616a7 Mon Sep 17 00:00:00 2001 From: shenyu <448766534@qq.com> Date: Sun, 29 Dec 2019 16:44:12 +0800 Subject: [PATCH] fix: footer --- layout/_partial/footer.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index f336f3b..6445c3b 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -8,9 +8,10 @@
  • <% if (theme.pageFooter){ %> + Power by <% var hexoLink = 'Hexo'; %> <% var themeLink = 'Ayer'; %> - <%- hexoLink %> Theme <%- themeLink %> by shenyu + <%- hexoLink %> Theme <%- themeLink %> <% } %>