fix: 底部图标和二级导航栏错误
This commit is contained in:
parent
6157595b4c
commit
3004a50506
|
@ -6,7 +6,7 @@
|
||||||
<!-- 社交链接,需要填入 href class title -->
|
<!-- 社交链接,需要填入 href class title -->
|
||||||
<div id="footer_deal"
|
<div id="footer_deal"
|
||||||
th:if="${not #lists.isEmpty(theme.config.footer.socialMedia)}"
|
th:if="${not #lists.isEmpty(theme.config.footer.socialMedia)}"
|
||||||
th:with="socialMedias = ${theme.config.sidebar.profile.socialMedia}">
|
th:with="socialMedias = ${theme.config.footer.socialMedia}">
|
||||||
<a class="deal_link" rel="external nofollow" target="_blank"
|
<a class="deal_link" rel="external nofollow" target="_blank"
|
||||||
th:each="socialMedia : ${socialMedias}"
|
th:each="socialMedia : ${socialMedias}"
|
||||||
th:href="${socialMedia.url}"
|
th:href="${socialMedia.url}"
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<a class="site-page child" th:href="@{${childMenu.status.href}}">
|
<a class="site-page child" th:href="@{${childMenu.status.href}}">
|
||||||
<!-- 这里应该有一个 icon 暂时还不支持 -->
|
<!-- 这里应该有一个 icon 暂时还不支持 -->
|
||||||
<!--<i class="fa-fw fa-duotone fa-list-timeline"></i>-->
|
<!--<i class="fa-fw fa-duotone fa-list-timeline"></i>-->
|
||||||
<span th:text="${menuItem.status.displayName}"></span>
|
<span th:text="${childMenu.status.displayName}"></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue