Skip to content
This repository was archived by the owner on Jun 4, 2022. It is now read-only.
Open
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
3 changes: 3 additions & 0 deletions _config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ navbar_links:
# Links at the bottom of the page.
footer_links:
GitHub: https://github.com/ppoffice/hexo-theme-minos

# Beian ICP information for Chinese users. Leave it blank if not needed.
beian-icp:
9 changes: 6 additions & 3 deletions layout/common/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
<div class="container">
<div class="columns content">
<div class="column is-narrow has-text-centered">
&copy; <%= date(new Date(), 'YYYY') %> <%= get_config('author') || get_config('title') %>&nbsp;
<% if (has_config('beian-icp')) { %>
<a href="http://www.miitbeian.gov.cn" target="_blank"><%= get_config('beian-icp') %></a>&nbsp;
<% } %>
&copy; <%= date(new Date(), 'YYYY') %> <%= get_config('author') || get_config('title') %>.&nbsp;
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> & <a
href="http://github.com/ppoffice/hexo-theme-minos">Minos</a>
href="http://github.com/ppoffice/hexo-theme-minos" target="_blank">Minos</a>
</div>
<div class="column is-hidden-mobile"></div>

Expand All @@ -27,4 +30,4 @@
<%- partial('common/languages') %>
</div>
</div>
</footer>
</footer>