From c427bc349b8a3d1216362712d61bdc8a2d14b96f Mon Sep 17 00:00:00 2001 From: ruibaby Date: Sat, 22 Sep 2018 22:20:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E4=BB=BB=E6=84=8F=E4=B8=BB?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/footer.ftl | 28 ++++++++++++++-------------- _includes/head.ftl | 8 ++++---- index.ftl | 4 ++-- module/default.ftl | 2 +- tags.ftl | 2 +- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/_includes/footer.ftl b/_includes/footer.ftl index 578f62e..c331a2d 100644 --- a/_includes/footer.ftl +++ b/_includes/footer.ftl @@ -77,14 +77,14 @@ - + - + - + - - + + - - + - + - + @@ -42,4 +42,4 @@ - \ No newline at end of file + diff --git a/index.ftl b/index.ftl index 4b903d7..c96d5f0 100644 --- a/index.ftl +++ b/index.ftl @@ -1,5 +1,5 @@ <#include "module/page.ftl"> -<@page title="${options.blog_title}" keywords="${options.seo_keywords?if_exists}" description="${options.seo_desc?if_exists}" slogn="${options.hux_general_index_slogn?if_exists}" cover="${options.hux_general_index_cover?default('/hux/source/img/home-bg.jpg')}"> +<@page title="${options.blog_title}" keywords="${options.seo_keywords?if_exists}" description="${options.seo_desc?if_exists}" slogn="${options.hux_general_index_slogn?if_exists}" cover="${options.hux_general_index_cover?default('/${themeName}/source/img/home-bg.jpg')}"> <#list posts.content as post>
@@ -39,4 +39,4 @@ - \ No newline at end of file + diff --git a/module/default.ftl b/module/default.ftl index 03a796b..fca2b11 100644 --- a/module/default.ftl +++ b/module/default.ftl @@ -15,7 +15,7 @@ <#include "../_includes/footer.ftl"> - + diff --git a/tags.ftl b/tags.ftl index 1082468..c04552e 100644 --- a/tags.ftl +++ b/tags.ftl @@ -1,7 +1,7 @@ <#include "module/default.ftl"> <@default title="标签 - ${options.blog_title}" keywords="${options.seo_keywords?if_exists}" description="${options.seo_desc?if_exists}"> -
+