mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 23:39:40 +08:00
22 lines
930 B
HTML
22 lines
930 B
HTML
<!DOCTYPE html>
|
|
<html xmlns:th="https://www.thymeleaf.org"
|
|
th:replace="~{common/layout :: layout (title = ${site.title}, canonical = ${site.url}, content = ~{::content})}">
|
|
<th:block th:fragment="content">
|
|
首页
|
|
</th:block>
|
|
</html>
|
|
<!--<#include "templates/layout_pjax.html">-->
|
|
<!--<#global is_first_index=(posts.number == 0) >-->
|
|
<!--<@layout title="${blog_title!}" canonical="${blog_url!}">-->
|
|
<!-- <#if posts.content?? && posts.content?size gt 0>-->
|
|
<!-- <#include "templates/main/article_list.ftl">-->
|
|
<!-- <@article_list posts.content/>-->
|
|
<!-- <#include "templates/main/pagination.ftl">-->
|
|
<!-- <@pagination method="index" datas=posts display="${settings.page_number!5}" />-->
|
|
<!-- <#else>-->
|
|
<!-- <div class="card card-empty">-->
|
|
<!-- <i class="fa fa-inbox"></i>-->
|
|
<!-- 还没有发表过文章-->
|
|
<!-- </div>-->
|
|
<!-- </#if>-->
|
|
<!--</@layout>--> |