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