solo-skins/classic/index.ftl

35 lines
975 B
Plaintext
Raw Normal View History

2012-06-11 15:52:11 +08:00
<#include "macro-head.ftl">
<!DOCTYPE html>
<html>
<head>
<@head title="${blogTitle}">
2015-04-30 10:29:46 +08:00
<#if metaKeywords??>
2012-06-11 15:52:11 +08:00
<meta name="keywords" content="${metaKeywords}"/>
2015-04-30 10:29:46 +08:00
</#if>
<#if metaDescription??>
<meta name="description" content="${metaDescription}"/>
</#if>
2012-06-11 15:52:11 +08:00
</@head>
</head>
<body>
${topBarReplacement}
<div class="content">
<div class="header">
<#include "header.ftl">
</div>
<div class="body">
<div class="left main">
<#include "article-list.ftl">
</div>
<div class="right side">
<#include "side.ftl">
</div>
<div class="clear"></div>
</div>
<div class="footer">
<#include "footer.ftl">
</div>
</div>
</body>
</html>