Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions layout/_partial/after-footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
global: theme.open_in_new.global
}) %>
<%- partial('tab-title-change') %>
<script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js">
</script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js">
</script>
4 changes: 2 additions & 2 deletions layout/_partial/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<link href="//cdn.bootcss.com/pace/1.0.2/themes/<%= theme.progressBar.color || 'blue'%>/pace-theme-<%= theme.progressBar.type || 'minimal'%>.css" rel="stylesheet">
<% } %>

<%- css('css/style') %>
<%- css('/css/style') %>

<% if (is_home() && theme.animate){ %>
<style> .article { opacity: 0;} </style>
Expand Down Expand Up @@ -113,4 +113,4 @@ if ( is_archive() ) {
</script>
<% } %>

</head>
</head>
7 changes: 5 additions & 2 deletions source/css/_partial/highlight.styl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ $line-numbers
pre, code
font-family: font-mono, monospace, font-chs
font-size: 1em
.line:after
content: ''
display: inline-block;
pre
@extend $code-block
code
Expand All @@ -30,7 +33,7 @@ $line-numbers
.highlight
@extend $code-block
border-radius: 2px
max-height: 50em
//max-height: 50em
margin-top: .5em
margin-bottom: 1em
overflow: auto
Expand Down Expand Up @@ -149,4 +152,4 @@ pre
color: highlight-blue
.keyword
.javascript .function
color: highlight-purple
color: highlight-purple