the skin for b3log-solo idream

This commit is contained in:
noday
2012-09-06 22:19:05 +08:00
parent 3c076a4d33
commit ba718388a4
36 changed files with 2209 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<#include "macro-head.ftl">
<!DOCTYPE html>
<html>
<head>
<@head title="${archiveDate.archiveDateMonth} ${archiveDate.archiveDateYear} (${archiveDate.archiveDatePublishedArticleCount}) - ${blogTitle}">
<meta name="keywords" content="${metaKeywords},${archiveDate.archiveDateYear}${archiveDate.archiveDateMonth}"/>
<meta name="description" content="<#list articles as article>${article.articleTitle}<#if article_has_next>,</#if></#list>"/>
</@head>
</head>
<body>
${topBarReplacement}
<div id="wrapper" align="center">
<#include "header.ftl">
<div id="outerwrapper">
<div id="innerwrapper">
<div id="rightcol">
<#include "side.ftl">
</div>
<#include "article-list.ftl">
</div>
</div>
<#include "footer.ftl">
</div>
</body>
</html>