feature(pages): first draft
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
<script src="${options.comment_internal_plugin_js!'//cdn.jsdelivr.net/gh/halo-dev/halo-comment@latest/dist/halo-comment.min.js'}"></script>
|
||||
<halo-comment id="${post.id?c}" type="${type}"/>
|
||||
</#if>
|
||||
</#macro>
|
||||
</#macro>
|
||||
|
||||
@@ -9,21 +9,30 @@
|
||||
<meta name="description" content="${meta_description!}" />
|
||||
<@global.head />
|
||||
|
||||
|
||||
<#-- 公共样式表 -->
|
||||
<link rel="stylesheet" href="${theme_base!}/source/plugins/normalize.css"/>
|
||||
<link rel="stylesheet" href="${theme_base!}/source/plugins/animate.css"/>
|
||||
<link rel="stylesheet" href="${theme_base!}/source/plugins/remixicon/remixicon.css"/>
|
||||
<#-- <link rel="stylesheet" href="${theme_base!}/source/plugins/typo.css"/> -->
|
||||
<#-- <link rel="stylesheet" href="${theme_base!}/source/plugins/han.css"/> -->
|
||||
<#-- <link rel="stylesheet" href="//unpkg.com/heti/umd/heti.min.css"> -->
|
||||
<link rel="stylesheet" href="//unpkg.com/heti/umd/heti.min.css">
|
||||
<link rel="stylesheet" href="${theme_base!}/source/css/color.css"/>
|
||||
<link rel="stylesheet" href="${theme_base!}/source/css/markdown.css"/>
|
||||
<link rel="stylesheet" href="${theme_base!}/source/css/redemption.css"/>
|
||||
|
||||
|
||||
</head>
|
||||
<body class="animate__animated animate__fadeInDown">
|
||||
<#include "menu.ftl">
|
||||
<#-- 菜单 -->
|
||||
<#include "menu.ftl">
|
||||
|
||||
<#-- 主体 -->
|
||||
<#nested >
|
||||
<#-- 主体 -->
|
||||
<#nested >
|
||||
|
||||
|
||||
|
||||
<#-- 脚注 -->
|
||||
<footer>
|
||||
<div class="copyright">
|
||||
<a href="https://zeuk.me">Designed by Zeuk,</a>
|
||||
@@ -32,12 +41,14 @@
|
||||
<@global.footer />
|
||||
</footer>
|
||||
|
||||
<script src="//unpkg.com/heti/umd/heti-addon.min.js"></script>
|
||||
|
||||
<#-- 公共JS代码 -->
|
||||
<script src="//unpkg.com/heti/umd/heti-addon.min.js"></script>
|
||||
<script>
|
||||
const heti = new Heti('.heti');
|
||||
heti.autoSpacing();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</#macro>
|
||||
|
||||
Reference in New Issue
Block a user