This commit is contained in:
Vanessa
2018-01-04 14:16:34 +08:00
parent 690cadaa14
commit 0795843b84
566 changed files with 6812 additions and 6812 deletions

View File

@@ -1,12 +0,0 @@
<div class="top">
<div id="navigation">
<a rel="nofollow" href="${servePath}" class="home">${homeLabel}</a>
<a href="${servePath}/tags.html" class="about">${allTagsLabel}</a>
<#list pageNavigations as page>
<a href="${page.pagePermalink}" <#if page.pageIcon != ''>style="background-image: url(${page.pageIcon})"</#if> target="${page.pageOpenTarget}" class="${page.pageTitle}">${page.pageTitle}</a>
</#list>
<a rel="alternate" href="${servePath}/blog-articles-rss.do" class="classifiche">RSS</a>
<a href="${servePath}/search?keyword=">Search</a>
</div>
<div class="thinks"></div>
</div>