From c0d334f3ce9fbd92936ec25ed878cfa31c6266f4 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Sun, 5 Aug 2018 21:23:58 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20Anatole=E4=B8=BB=E9=A2=98=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=8D=9A=E5=AE=A2=E6=A0=87=E9=A2=98=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/themes/anatole/module/macro.ftl | 7 ++++++- .../templates/themes/anatole/module/options.ftl | 13 ++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/themes/anatole/module/macro.ftl b/src/main/resources/templates/themes/anatole/module/macro.ftl index b202bfb83..0b74e0a3c 100644 --- a/src/main/resources/templates/themes/anatole/module/macro.ftl +++ b/src/main/resources/templates/themes/anatole/module/macro.ftl @@ -24,6 +24,11 @@ text-transform: none; } + <#if options.anatole_style_blog_title_lower?default("true") == "false"> + .sidebar .logo-title .title h3 { + text-transform: none; + } + ::-webkit-scrollbar { width: 6px; height: 6px; @@ -73,4 +78,4 @@ ${options.statistics_code?if_exists} - \ No newline at end of file + diff --git a/src/main/resources/templates/themes/anatole/module/options.ftl b/src/main/resources/templates/themes/anatole/module/options.ftl index e93d89b65..784471f95 100644 --- a/src/main/resources/templates/themes/anatole/module/options.ftl +++ b/src/main/resources/templates/themes/anatole/module/options.ftl @@ -149,6 +149,17 @@ +
+ +
+ + +
+
@@ -252,4 +263,4 @@ }); } - \ No newline at end of file +