Merge pull request #56 from Wittoy/master
feat: add ICP record number in _config.yml
This commit is contained in:
commit
49a49df779
|
@ -228,6 +228,7 @@ pjax:
|
|||
# ---------------------------------------------------------------------------------------
|
||||
footer:
|
||||
since: 2020
|
||||
icp:
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------------------
|
||||
|
|
|
@ -25,5 +25,9 @@
|
|||
<div class="theme-info info-item">
|
||||
<%- __('powered_by', '<a target="_blank" href="https://hexo.io">Hexo</a>') %> | <%- __('theme') %> <a class="theme-version" target="_blank" href="https://github.com/XPoet/hexo-theme-keep">Keep v<%= theme.version %></a>
|
||||
</div>
|
||||
<% if (theme.footer.icp ){ %>
|
||||
<div class="icp-info info-item"><a target="_blank" rel="nofollow" href="https://beian.miit.gov.cn"><%= theme.footer.icp %></a></div>
|
||||
<% } %>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in New Issue