Kanonische Links über _canonical realisiert
[website] / dist / references.html
index 9a7ed7a..93256a9 100644 (file)
@@ -1,7 +1,11 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/references.html')}"
+    th:replace="~{/templates/layout.html :: layout(
+      uri='/references.html',
+      title=~{:: title},
+      maincontent=~{:: .maincontent},
+      marginalcontent=~{:: .marginalcontent})}"
     >
   <head>
     <title id="title">References</title>
@@ -14,7 +18,7 @@
   </head>
   <body>
     <main class="maincontent">
-      <div th:replace="templates/fragments :: wip ('References')"></div>
+      <div th:replace="/templates/fragments.html :: wip ('References')"></div>
     </main>
   </body>
 </html>