From: Kai Moritz Date: Sat, 25 Oct 2025 08:47:42 +0000 (+0200) Subject: Fixed the generation of the canonical links in `_canonical` X-Git-Tag: maven-thymeleaf-skin-1.1.2~1 X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=a845ca720eeccbf3ee1f2fd2234002ed094ad9ea;p=maven-thymeleaf-skin Fixed the generation of the canonical links in `_canonical` --- diff --git a/src/main/resources/META-INF/maven/site.vm b/src/main/resources/META-INF/maven/site.vm index 46d0a3a..366dcfd 100644 --- a/src/main/resources/META-INF/maven/site.vm +++ b/src/main/resources/META-INF/maven/site.vm @@ -200,7 +200,7 @@ }, "_canonical": {#set($sep = "")#foreach($page in $pages)$sep - "$sitePath$page.uri": "$canonicalPath$alignedFileName"#set($sep = ",") + "$sitePath$page.uri": "$canonicalPath$page.uri"#set($sep = ",") #end }