Signed-off-by: Vanessa <lly219@gmail.com>

This commit is contained in:
Vanessa
2012-05-28 23:48:41 +08:00
commit db579cd60a
394 changed files with 16528 additions and 0 deletions

11
favourite/nav.ftl Normal file
View File

@@ -0,0 +1,11 @@
<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}" target="${page.pageOpenTarget}" class="${page.pageTitle}">${page.pageTitle}</a>
</#list>
<a rel="alternate" href="${servePath}/blog-articles-feed.do" class="classifiche">${atomLabel}</a>
</div>
<div class="thinks"></div>
</div>