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

8
favourite/header.ftl Normal file
View File

@@ -0,0 +1,8 @@
<div class="header">
<h1 class="title">
<a href="${servePath}" id="logoTitle" >
${blogTitle}
</a>
</h1>
<span class="sub-title">${blogSubtitle}</span>
</div>