fix: style
This commit is contained in:
parent
baa5a1cdc7
commit
91abd96dce
5
.gitignore
vendored
5
.gitignore
vendored
@ -4,4 +4,7 @@
|
||||
*.iml
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
node_modules/
|
||||
node_modules/
|
||||
|
||||
# Setting
|
||||
_config.yml
|
@ -23,8 +23,8 @@
|
||||
<% if (theme.favicon){ %>
|
||||
<link rel="shortcut icon" href="<%- 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') %>
|
||||
|
@ -7,6 +7,7 @@
|
||||
> .tag-list-item
|
||||
display inline-block
|
||||
padding .5rem 1rem
|
||||
font-size 120%
|
||||
&:before
|
||||
content "\eec3"
|
||||
font-family remixicon
|
||||
|
Loading…
Reference in New Issue
Block a user