Van
2017-08-31 00:44:07 +08:00
parent 9f7b1a6a07
commit bd95f80344
149 changed files with 0 additions and 0 deletions

28
NeoEase/index.ftl Normal file
View File

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