From 91abd96dce343ede4454f8bd823a915607ded92e Mon Sep 17 00:00:00 2001 From: shenyu <448766534@qq.com> Date: Sat, 28 Dec 2019 21:07:01 +0800 Subject: [PATCH] fix: style --- .gitignore | 5 ++++- layout/_partial/head.ejs | 4 ++-- source/css/_partial/tag.styl | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 698d860..3db6aff 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,7 @@ *.iml yarn.lock package-lock.json -node_modules/ \ No newline at end of file +node_modules/ + +# Setting +_config.yml \ No newline at end of file diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index dbe140a..a6a9cdd 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -23,8 +23,8 @@ <% if (theme.favicon){ %> <% } %> - <%- css('css/style') %> <% if (theme.fancybox){ %> <%- - css('fancybox/jquery.fancybox.min') %> <% } %> <%- js('/js/pace.min.js') %> + <%- css('css/style') %> + <%- js('/js/pace.min.js') %> <%- partial('google-analytics') %> <%- partial('baidu-analytics') %> diff --git a/source/css/_partial/tag.styl b/source/css/_partial/tag.styl index f723bd2..1c76c47 100644 --- a/source/css/_partial/tag.styl +++ b/source/css/_partial/tag.styl @@ -7,6 +7,7 @@ > .tag-list-item display inline-block padding .5rem 1rem + font-size 120% &:before content "\eec3" font-family remixicon