Dummy-Seiten für Blog-Layout an Wordpress-Einbindung angepasst
[website] / dist / expertise.html
index b7724bc..0b38910 100644 (file)
@@ -1,7 +1,7 @@
 <!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')}"
     >
   <head>
     <title id="title">Expertise</title>
@@ -14,7 +14,7 @@
   </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>