diff --git a/src/main/resources/templates/themes/anatole/links.ftl b/src/main/resources/templates/themes/anatole/links.ftl index a961586ee..ef3aa3824 100644 --- a/src/main/resources/templates/themes/anatole/links.ftl +++ b/src/main/resources/templates/themes/anatole/links.ftl @@ -14,12 +14,12 @@ <@linkTag method="list"> <#if links?? && links?size gt 0> <#list links as link> -
- ${link.name} - <#if link.description!=''> - – ${link.description} - #if> -
++ ${link.name} + <#if link.description!=''> + – ${link.description} + #if> +
#list> #if> @linkTag> diff --git a/src/main/resources/templates/themes/anatole/sheet.ftl b/src/main/resources/templates/themes/anatole/sheet.ftl index 40af18b94..26537603d 100644 --- a/src/main/resources/templates/themes/anatole/sheet.ftl +++ b/src/main/resources/templates/themes/anatole/sheet.ftl @@ -1,5 +1,5 @@ <#include "module/macro.ftl"> -<@head title="${post.title!} · ${options.blog_title!'Anatole'}" keywords="${post.title!},${options.seo_keywords!'Anatole'}" description="${post.summary!'Anatole'}">@head> +<@head title="${sheet.title!} · ${options.blog_title!'Anatole'}" keywords="${sheet.title!},${options.seo_keywords!'Anatole'}" description="${sheet.summary!'Anatole'}">@head> <#include "module/sidebar.ftl">