From 15ffef6fe6179206e4ee3479c2893e569cea24ac Mon Sep 17 00:00:00 2001 From: shen-yu <448766534@qq.com> Date: Sat, 6 Jun 2020 10:44:34 +0800 Subject: [PATCH] :lipstick: fix: style --- layout/layout.ejs | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/layout/layout.ejs b/layout/layout.ejs index 1616e91..f84d86f 100644 --- a/layout/layout.ejs +++ b/layout/layout.ejs @@ -2,6 +2,22 @@
+ <% if (theme.click_effect===2){ %> + + + <% } %> + <% if (theme.click_effect===3){ %> + + <% } %>
<%- body %> <%- partial('_partial/footer', null, {cache: !config.relative_link}) %> @@ -24,23 +40,6 @@ <% if (theme.music&&theme.music.enable){ %> <%- partial('_partial/music') %> <% } %> - - <% if (theme.click_effect===2){ %> - - - <% } %> - <% if (theme.click_effect===3){ %> - - <% } %>