From 66a12eac81dc5620229e835d7e76f1a27880eee4 Mon Sep 17 00:00:00 2001 From: XPoet Date: Sat, 14 Mar 2020 22:21:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20ejs=20=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=EF=BC=8C=E5=AE=8C=E6=88=90=E9=A6=96=E9=A1=B5=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=BC=96=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/{ => common}/head.ejs | 0 layout/common/site-info.ejs | 24 ++++++++++++++++++++++++ layout/footer.ejs | 7 +++---- layout/layout.ejs | 4 ++-- layout/left-side.ejs | 7 ++++++- source/css/common/site-info.styl | 29 +++++++++++++++++++++++++++++ source/css/footer.styl | 6 ++++++ source/css/index.styl | 9 +++++---- source/css/left-side.styl | 15 +++++++++++++++ source/css/style.styl | 2 ++ 10 files changed, 92 insertions(+), 11 deletions(-) rename layout/{ => common}/head.ejs (100%) create mode 100644 layout/common/site-info.ejs create mode 100644 source/css/common/site-info.styl create mode 100644 source/css/footer.styl diff --git a/layout/head.ejs b/layout/common/head.ejs similarity index 100% rename from layout/head.ejs rename to layout/common/head.ejs diff --git a/layout/common/site-info.ejs b/layout/common/site-info.ejs new file mode 100644 index 0000000..448d6a9 --- /dev/null +++ b/layout/common/site-info.ejs @@ -0,0 +1,24 @@ +
+ + +
+ <%= config.description %> +
+ +
\ No newline at end of file diff --git a/layout/footer.ejs b/layout/footer.ejs index 21c844e..344a71d 100644 --- a/layout/footer.ejs +++ b/layout/footer.ejs @@ -1,6 +1,5 @@ -