From 141208f47ef508379f4a0749b2b4456aee21d978 Mon Sep 17 00:00:00 2001 From: shenyu <448766534@qq.com> Date: Sun, 28 Jun 2020 21:59:40 +0800 Subject: [PATCH] :zap: fix: typed warning --- layout/_partial/after-footer.ejs | 17 ----------------- layout/_partial/ayer.ejs | 20 +++++++++++++++++++- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/layout/_partial/after-footer.ejs b/layout/_partial/after-footer.ejs index aeb2c80..ea1a958 100644 --- a/layout/_partial/after-footer.ejs +++ b/layout/_partial/after-footer.ejs @@ -1,22 +1,5 @@ <%- js('/js/jquery-2.0.3.min') %> <%- js('/js/lazyload.min') %> - -<% if (theme.subtitle.enable){ %> - -<% } %> <% if (theme.toc && is_post() && !page.no_toc){ %> <%- js('/js/tocbot.min') %> diff --git a/layout/_partial/ayer.ejs b/layout/_partial/ayer.ejs index 6d759db..be42ffc 100644 --- a/layout/_partial/ayer.ejs +++ b/layout/_partial/ayer.ejs @@ -38,4 +38,22 @@ <% if (theme.subtitle.enable){ %> -<% } %> \ No newline at end of file +<% } %> + + +<% if (theme.subtitle.enable){ %> + + <% } %> \ No newline at end of file