Add a new skin (iMobile)

This commit is contained in:
iTanken
2018-02-10 21:33:57 +08:00
parent 2fbf71c1e6
commit e3d16fc1ca
85 changed files with 6707 additions and 0 deletions

21
iMobile/index.ftl Normal file
View File

@@ -0,0 +1,21 @@
<#include "macro-head.ftl">
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<@head title="${blogTitle}">
<#if metaKeywords??>
<meta name="keywords" content="${metaKeywords}">
</#if>
<#if metaDescription??>
<meta name="description" content="${metaDescription}">
</#if>
</@head>
</head>
<body>
<#include "side.ftl">
<main>
<#include "article-list.ftl">
<#include "footer.ftl">
</main>
</body>
</html>