删除导航栏图标
This commit is contained in:
parent
1855dd5d9d
commit
ac166fda99
@ -97,7 +97,6 @@
|
|||||||
<#list pageNavigations as page>
|
<#list pageNavigations as page>
|
||||||
<a class="navbar-item" href="${page.pagePermalink}" target="${page.pageOpenTarget}"
|
<a class="navbar-item" href="${page.pagePermalink}" target="${page.pageOpenTarget}"
|
||||||
rel="section">
|
rel="section">
|
||||||
<#if page.pageIcon !=''><img class="page-icon" src="${page.pageIcon}"></#if>
|
|
||||||
${page.pageTitle}
|
${page.pageTitle}
|
||||||
</a>
|
</a>
|
||||||
</#list>
|
</#list>
|
||||||
|
Loading…
Reference in New Issue
Block a user