📝 link title
This commit is contained in:
@@ -18,39 +18,41 @@
|
||||
|
||||
-->
|
||||
<header class="header">
|
||||
<a href="${servePath}" rel="start" class="tooltipped__w tooltipped" aria-label="${blogTitle}">
|
||||
<i class="icon__home"></i>
|
||||
</a>
|
||||
|
||||
<#list pageNavigations as page>
|
||||
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}"
|
||||
class="tooltipped__w tooltipped" rel="section" aria-label="${page.pageTitle}">
|
||||
<#if page.pageIcon != ''><img class="page-icon" src="${page.pageIcon}"><#else>
|
||||
<i class="icon__category"></i>
|
||||
</#if>
|
||||
<div class="fn__flex-1">
|
||||
<a href="${servePath}" rel="start" class="tooltipped__w tooltipped" aria-label="${blogTitle}">
|
||||
<i class="icon__home"></i>
|
||||
</a>
|
||||
</#list>
|
||||
|
||||
<a href="${servePath}/dynamic.html" rel="section" aria-label="${dynamicLabel}" class="tooltipped tooltipped__w">
|
||||
<i class="icon__refresh"></i>
|
||||
</a>
|
||||
<a href="${servePath}/tags.html" rel="section" aria-label="${allTagsLabel}" class="tooltipped tooltipped__w">
|
||||
<i class="icon__tags"></i>
|
||||
</a>
|
||||
<a href="${servePath}/archives.html" aria-label="${archiveLabel}" class="tooltipped tooltipped__w">
|
||||
<i class="icon__inbox"></i>
|
||||
</a>
|
||||
<a rel="archive" href="${servePath}/links.html" aria-label="${linkLabel}" class="tooltipped tooltipped__w">
|
||||
<i class="icon__link"></i>
|
||||
</a>
|
||||
<a href="${servePath}/search" class="tooltipped__w tooltipped" aria-label="${searchLabel}">
|
||||
<i class="icon__search"></i>
|
||||
</a>
|
||||
<a rel="alternate" href="${servePath}/rss.xml" rel="section" aria-label="RSS" class="tooltipped tooltipped__w">
|
||||
<i class="icon__rss"></i>
|
||||
</a>
|
||||
<#list pageNavigations as page>
|
||||
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}"
|
||||
class="tooltipped__w tooltipped" rel="section" aria-label="${page.pageTitle}">
|
||||
<#if page.pageIcon != ''><img src="${page.pageIcon}"><#else>
|
||||
<i class="icon__page"></i>
|
||||
</#if>
|
||||
</a>
|
||||
</#list>
|
||||
|
||||
<div class="header__bottom">
|
||||
<a href="${servePath}/categories.html" rel="section" aria-label="${categoryLabel}" class="tooltipped tooltipped__w">
|
||||
<i class="icon__category"></i>
|
||||
</a>
|
||||
<a href="${servePath}/tags.html" rel="section" aria-label="${allTagsLabel}" class="tooltipped tooltipped__w">
|
||||
<i class="icon__tags"></i>
|
||||
</a>
|
||||
<a href="${servePath}/archives.html" aria-label="${archiveLabel}" class="tooltipped tooltipped__w">
|
||||
<i class="icon__inbox"></i>
|
||||
</a>
|
||||
<a rel="archive" href="${servePath}/links.html" aria-label="${linkLabel}" class="tooltipped tooltipped__w">
|
||||
<i class="icon__link"></i>
|
||||
</a>
|
||||
<a href="${servePath}/search" class="tooltipped__w tooltipped" aria-label="${searchLabel}">
|
||||
<i class="icon__search"></i>
|
||||
</a>
|
||||
<a rel="alternate" href="${servePath}/rss.xml" rel="section" aria-label="RSS" class="tooltipped tooltipped__w">
|
||||
<i class="icon__rss"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<#if isLoggedIn>
|
||||
<a href="${servePath}/admin-index.do#main"
|
||||
aria-label="${adminLabel}" class="tooltipped tooltipped__w">
|
||||
|
||||
Reference in New Issue
Block a user