Skin:community-bubbles

This commit is contained in:
Armstrong
2013-02-01 16:59:29 +08:00
parent 787b8b9c27
commit 4dd3616fc3
43 changed files with 2893 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<#include "macro-head.ftl">
<!DOCTYPE html>
<html>
<head>
<@head title="${blogTitle}">
<meta name="keywords" content="${metaKeywords}"/>
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
</@head>
</head>
<body>
${topBarReplacement}
<div class="header">
<#include "header.ftl">
</div>
<div>
<#include "notice.ftl">
</div>
<div class="content">
<#include "article-list.ftl">
</div>
<div>
<#include "side.ftl">
</div>
<div class="footer">
<#include "footer.ftl">
</div>
</body>
</html>