This commit is contained in:
Vanessa
2018-02-11 16:05:43 +08:00
parent 235403e1c0
commit 79f67df23f
707 changed files with 11725 additions and 11721 deletions

28
skins/posart/index.ftl Normal file
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}
<#include "header.ftl">
<div id="wrapper">
<a href="${servePath}" class="header mhidden"><img src="${staticServePath}/skins/${skinDirName}/images/ghead.png"></a>
<div id="container" class="cl">
<div class="body">
<div id="loading-posts" style="display:none;"></div>
<div class="posts-list">
<#include "article-list.ftl">
</div>
</div>
</div>
<#include "footer.ftl">
</div>
</body>
</html>