Skip to content

Commit

Permalink
Fix the problem of not displaying while configuring ICP only (#196)
Browse files Browse the repository at this point in the history
```release-note
修复只填写了 ICP 备案号时不显示的问题
```
  • Loading branch information
Anyexyz authored Oct 24, 2024
1 parent b071c1d commit a6a68da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/modules/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="space-y-1">
<span
class="mx-auto block max-w-7xl px-4 text-center text-sm text-gray-500 dark:text-slate-300 lg:px-6"
th:if="${not #strings.isEmpty(theme.config.beian.gongan_text)}"
th:if="${not #strings.isEmpty(theme.config.beian.icp_text)}"
>
<a
href="https://beian.miit.gov.cn/"
Expand Down Expand Up @@ -155,7 +155,7 @@
<div class="flex flex-col gap-1 sm:flex-row">
<span
class="block text-center text-sm text-gray-500 sm:text-left"
th:if="${not #strings.isEmpty(theme.config.beian.gongan_text)}"
th:if="${not #strings.isEmpty(theme.config.beian.icp_text)}"
>
<a
href="https://beian.miit.gov.cn/"
Expand Down

0 comments on commit a6a68da

Please sign in to comment.