2023-03-22 10:08:39 +08:00

20 lines
885 B
HTML

<!DOCTYPE html>
<html xmlns:th="https://www.thymeleaf.org"
th:replace="~{common/layout :: layout (title = ${site.title}, canonical = ${site.url}, content = ~{::content})}">
首页
</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>-->