diff --git a/templates/common/head.html b/templates/common/head.html index 27b82bc..59f815d 100644 --- a/templates/common/head.html +++ b/templates/common/head.html @@ -26,7 +26,6 @@ th:with="description=${isPost ? post != null ? post.status.excerpt : singlePage - diff --git a/templates/security_link.html b/templates/security_link.html index a84fe02..21c65b2 100644 --- a/templates/security_link.html +++ b/templates/security_link.html @@ -2,11 +2,15 @@ + url = ${#uris.unescapePath(urlCode)}, + title = ${singlePage.spec.title} + ' - ' + ${site.title}, + contributor = ${contributorFinder.getContributor(theme.config.basic_info.metadata_name)}, + enableComment = false, isPost = false, canonical = ${theme.config.security_link_config.security_link_url}">
-