Inhalte an die geänderten View-Namen für Thymeleaf-Templates angepasst
[website] / dist / datenschutz.html
index 27ee381..2fd5091 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='/datenschutz.html'"
     >
   <head>
@@ -24,6 +24,6 @@
       <!-- http://www.e-recht24.de/impressum-generator.html -->
       <p>Bitte beachten Sie auch die gesonderte <a href="google-analytics.html" th:href="@{/google-analytics.html}">Datenschutzerklärung zur Nutzung von Google-Analytics</a>.</p>
     </article>
-    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
+    <aside layout:fragment="marginalcontent" th:include="/templates/fragments.html :: about"></aside>
   </body>
 </html>