📝 update title

This commit is contained in:
Van
2018-12-07 16:57:14 +08:00
parent dbb3b29bda
commit 2af4532528
27 changed files with 366 additions and 1454 deletions

View File

@@ -32,14 +32,12 @@
</head>
<body>
<#include "header.ftl">
<div class="main">
<div id="pjax" class="content">
<#if pjax><!---- pjax {#pjax} start ----></#if>
<div id="pjax" class="wrapper">
<#if pjax><!---- pjax {#pjax} start ----></#if>
<main>
<#include "article-list.ftl">
</main>
<#if pjax><!---- pjax {#pjax} end ----></#if>
</div>
<#if pjax><!---- pjax {#pjax} end ----></#if>
</div>
<#include "footer.ftl">
</body>