From d1552f4ed5ba52904df9715b8a9e4cbeb55124fe Mon Sep 17 00:00:00 2001 From: julylies Date: Mon, 11 Apr 2022 20:43:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9index.ftl=20macro.ftl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.ftl | 20 ++++++++++++++++++-- module/macro.ftl | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/index.ftl b/index.ftl index b4d5784..e35423e 100644 --- a/index.ftl +++ b/index.ftl @@ -1,5 +1,5 @@ <#include "module/macro.ftl"> -<@layout title="${blog_title!}"> +<@head title="${blog_title!}"/> <#--

公告

${settings.index_notice!} @@ -37,8 +37,24 @@ +

- diff --git a/module/macro.ftl b/module/macro.ftl index 914e77b..466a3ea 100644 --- a/module/macro.ftl +++ b/module/macro.ftl @@ -1,4 +1,4 @@ -<#macro layout title> +<#macro head title>