1 Star 0 Fork 1

Halo/halo-theme-next

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sheet.ftl 831 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ryan Wang 提交于 2020-03-14 17:40 . feat: require halo 1.3.0.
<#include "layout/_layout.ftl">
<#include "layout/_macro/sidebar.ftl">
<#include "layout/_partials/page-header.ftl">
<@html title="${post.title!} | ${blog_title!}" ogtype="article" url="${sheet.fullPath!}"></@html>
<@main>
<div id="content" class="content">
<div id="posts" class="posts-expand">
<div class="post-block page">
<@page_header post.title></@page_header>
<div class="post-body<#if settings.han!false> han-init-context</#if>">
${post.formatContent!}
</div>
</div>
</div>
<#include "layout/_partials/comments.ftl">
<@comment sheet,'sheet'/>
</div>
</@main>
<@sidebar>
<@sidebar_template is_post=true></@sidebar_template>
</@sidebar>
<@footer>
</@footer>
<@button>
<#include "layout/_scripts/pages/post-details.ftl">
</@button>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/halo-dev/halo-theme-next.git
[email protected]:halo-dev/halo-theme-next.git
halo-dev
halo-theme-next
halo-theme-next
master

搜索帮助