This commit is contained in:
Van
2019-03-22 17:10:56 +08:00
parent 53f713a45d
commit 32b7923774
15 changed files with 167 additions and 166 deletions

View File

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