Skip to content

Commit 5b3da36

Browse files
committedMay 27, 2015
娣诲��cnzz绔���跨��璁�
1 parent 5e540cf commit 5b3da36

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎_config.yml.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@ favicon: /favicon.png
3636
twitter:
3737
google_plus:
3838
fb_admins:
39-
fb_app_id:
39+
fb_app_id:
40+
41+
# CNZZ id
42+
cnzz:

‎layout/_partial/cnzz.ejs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<% if (theme.cnzz){ %>
2+
Analyse with <script src="http://s23.cnzz.com/z_stat.php?id=<%= theme.cnzz %>&web_id=<%= theme.cnzz %>" language="JavaScript"></script>
3+
<% } %>

‎layout/_partial/footer.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="outer">
66
<div id="footer-info" class="inner">
77
&copy; <%= date(new Date(), 'YYYY') %> <%= config.author || config.title %><br>
8-
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. Theme by <a href="http://github.com/ppoffice">PPOffice</a>
8+
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. Theme by <a href="http://github.com/hellochensq">Icarus</a>.<%- partial('cnzz') %>
99
</div>
1010
</div>
1111
</footer>

0 commit comments

Comments
 (0)
Please sign in to comment.