From c30aed06c7c5237d3a6603b2cf777708d55d111f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=93=E5=8F=91=E5=8F=97=E9=95=BF=E7=94=9F?= Date: Sun, 26 May 2019 20:00:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E4=B8=9D=E8=88=AC=E9=A1=BA?= =?UTF-8?q?=E6=BB=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/yilia/layout/_partial/aside.ejs | 2 +- themes/yilia/layout/layout.ejs | 1 + themes/yilia/source-src/css/article-main.scss | 2 +- themes/yilia/source-src/css/grid.scss | 4 +- themes/yilia/source-src/css/mobile.scss | 1 + themes/yilia/source-src/js/aside.js | 64 ++++++++++--------- 6 files changed, 40 insertions(+), 34 deletions(-) diff --git a/themes/yilia/layout/_partial/aside.ejs b/themes/yilia/layout/_partial/aside.ejs index 1f24950..4f7c0c6 100644 --- a/themes/yilia/layout/_partial/aside.ejs +++ b/themes/yilia/layout/_partial/aside.ejs @@ -2,7 +2,7 @@
<% if (theme.top){ %> diff --git a/themes/yilia/layout/layout.ejs b/themes/yilia/layout/layout.ejs index 5c681d0..a2395a5 100644 --- a/themes/yilia/layout/layout.ejs +++ b/themes/yilia/layout/layout.ejs @@ -15,6 +15,7 @@
+ <%- partial('_partial/mobile-nav', null, {cache: !config.relative_link}) %>