Inhalte an die geänderten View-Namen für Thymeleaf-Templates angepasst
[website] / dist / references.html
index 54fa7cf..2a9abce 100644 (file)
@@ -2,7 +2,7 @@
 <html
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
+    layout:decorator="/templates/layout.html"
     th:with="uri='/references.html'"
     >
   <head>
@@ -16,6 +16,6 @@
     <!--*/-->
   </head>
   <body>
-    <div layout:fragment="maincontent" layout:replace="templates/fragments :: wip ('Expertise')"></div>
+    <div layout:fragment="maincontent" layout:replace="/templates/fragments.html :: wip ('Expertise')"></div>
   </body>
 </html>