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 +