feat: beian
This commit is contained in:
parent
4fcc3ff32b
commit
a32496edbe
@ -145,3 +145,6 @@ since: 2015
|
|||||||
|
|
||||||
# 是否显示页脚信息(建议保留,有助于本主题的推广)
|
# 是否显示页脚信息(建议保留,有助于本主题的推广)
|
||||||
pageFooter: true
|
pageFooter: true
|
||||||
|
|
||||||
|
# 备案信息(不需要就留空)
|
||||||
|
beian: '浙ICP备88888888'
|
@ -22,6 +22,11 @@
|
|||||||
<%- partial('post/busuanzi') %>
|
<%- partial('post/busuanzi') %>
|
||||||
<% } %>
|
<% } %>
|
||||||
</li>
|
</li>
|
||||||
|
<% if (theme.beian){ %>
|
||||||
|
<li>
|
||||||
|
<a href="http://www.beian.miit.gov.cn/" target="_black"><%= theme.beian %></a>
|
||||||
|
</li>
|
||||||
|
<% } %>
|
||||||
<li>
|
<li>
|
||||||
<!-- cnzz统计 -->
|
<!-- cnzz统计 -->
|
||||||
<% if (theme.cnzz&&theme.cnzz.enable){ %>
|
<% if (theme.cnzz&&theme.cnzz.enable){ %>
|
||||||
|
Loading…
Reference in New Issue
Block a user