rm unused
This commit is contained in:
parent
a195a81073
commit
3f984f6f94
@ -1,26 +0,0 @@
|
|||||||
<#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">
|
|
||||||
<div class="wrapper">
|
|
||||||
<div class="main-wrap">
|
|
||||||
<main>
|
|
||||||
<#include "article-list.ftl">
|
|
||||||
</main>
|
|
||||||
<#include "side.ftl">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<#include "footer.ftl">
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
x
Reference in New Issue
Block a user