Skip to content

Commit

Permalink
fix: 修改页脚备案号显示
Browse files Browse the repository at this point in the history
  • Loading branch information
john1298308460 committed Sep 5, 2024
1 parent 9006e4a commit 41d496a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions templates/modules/foot/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
CC BY-NC 4.0
</a>
</span>
<span class="icp-splitter">&nbsp;|&nbsp;</span><br class="icp-br"/>ICP 备
<span class="icp" th:text="${theme.config.bottombar.icp}"></span>
<a href="https://beian.miit.gov.cn/" target="_blank">
<span class="icp-splitter">&nbsp;|&nbsp;</span>
<br class="icp-br"/>
<span class="icp" th:text="${theme.config.bottombar.icp}"></span>
</a>
</div>
<div class=footer-line>
Powered By
Expand Down

0 comments on commit 41d496a

Please sign in to comment.