Van
2018-09-23 15:32:37 +08:00
parent be808226a7
commit 06c24f31da
9 changed files with 46 additions and 30 deletions

View File

@@ -20,26 +20,26 @@
<#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>
<#include "header.ftl">
<main class="main">
<div class="wrapper">
<div class="content">
<#include "article-list.ftl">
</div>
<#include "side.ftl">
</div>
</main>
<#include "footer.ftl">
</body>
<head>
<@head title="${blogTitle}">
<#if metaKeywords??>
<meta name="keywords" content="${metaKeywords}"/>
</#if>
<#if metaDescription??>
<meta name="description" content="${metaDescription}"/>
</#if>
</@head>
</head>
<body>
<#include "header.ftl">
<main class="main">
<div class="wrapper">
<div class="content">
<#include "article-list.ftl">
</div>
<#include "side.ftl">
</div>
</main>
<#include "footer.ftl">
</body>
</html>